![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | AnimationPlayerComponentClass |
Functions | |
| AnimationPlayerComponentClass GenericComponentClass | Play () |
| Start playing the animation. Call 'Prepare' first if you need to change the setup of a component! | |
| proto external void | Stop () |
| Stop the animation. | |
| proto external bool | IsPlaying () |
| Check whether the animation is being played at the moment. | |
| proto external bool | Prepare (ResourceName animation, float startTime, float speed, bool loop) |
| Prepare this component for playing, provide an animation, start time, playing speed and loop flag. | |
| proto external bool | SetCustomBindPose (ResourceName meshObj) |
| Set custom bind pose from mesh object identified by rNameMeshObj. | |
| BaseAimingComponentClass GameComponentClass | GetOwner () |
| This component takes care of sending chat messages. | |
| proto external ResourceName | GetAnimation () |
| Get current animation. | |
| proto external bool | GetLoop () |
| proto external float | GetPlaySpeed () |
| proto external float | GetStartTime () |