Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | PreviewAnimationComponentClass |
Functions | |
PreviewAnimationComponentClass AnimationControllerComponentClass | UpdateFrameStep (IEntity owner, float ts) |
Performs manual graph step (might be needed when owner/component is controlled outside of world simulation and visual state update of skeleton is required) More... | |
proto external void | SetGraphResource (IEntity owner, ResourceName graphResource, ResourceName animInstanceResource, string startNode) |
Changes used anim graph. More... | |
proto external void | UpdateAnimInstance (IEntity owner, ResourceName instanceResource) |
Changes used anim instance. More... | |
proto external void | SetHandsIKPose (IEntity owner, ResourceName ikPoseResource) |
Changes used ik pose resource. More... | |
proto external void | SetIkState (bool leftHand, bool rightHand) |
Changes IK state for weapon IKVariable (usually state set once upon creation) More... | |