PedMovementAnimationSet Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets or sets the AnimationSet used by this Ped for movement.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public Nullable<AnimationSet> MovementAnimationSet { get; set; }

Property Value

Type: NullableAnimationSet
The AnimationSet used by this Ped for movement. If null the original AnimationSet will be restored.
See Also

Reference