Table of Contents

Enum PlayerAnimationSyncType

Namespace
SampSharp.Entities.SAMP
Assembly
SampSharp.OpenMp.Entities.dll

Represents the synchronization type for a player's animation.

public enum PlayerAnimationSyncType

Fields

NoSync = 0

The animation is not synchronized with other players.

Sync = 1

The animation is synchronized with other players.

SyncOthers = 2

The animation is synchronized with other players, but only affects others.