Table of Contents

Struct PlayerAnimationData

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the animation data of a player, including animation ID and flags.

public readonly struct PlayerAnimationData
Inherited Members

Fields

ID

The ID of the animation being played by the player.

public readonly ushort ID

Field Value

ushort

flags

The flags associated with the animation, indicating its properties or behavior.

public readonly ushort flags

Field Value

ushort