Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseAnimPhysComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
19 proto external void SetCurrentCommand(AnimPhysCommandScripted pCommand);
20 proto external AnimPhysCommandScripted GetCommandScripted();
26 proto external TAnimGraphCommand BindCommand(string pCommandName);
28 proto external TAnimGraphVariable BindVariableFloat(string pVariableName);
29 proto external TAnimGraphVariable BindVariableInt(string pVariableName);
30 proto external TAnimGraphVariable BindVariableBool(string pVariableName);
32 proto external TAnimGraphTag BindTag(string pTagName);
34 proto external TAnimGraphEvent BindEvent(string pEventName);
36 proto external TAnimGraphPrediction BindPrediction(string pPredictionName);
43 proto external void SetVariableFloat(TAnimGraphVariable varIdx, float value);
44 proto external void SetVariableInt(TAnimGraphVariable varIdx, int value);
45 proto external void SetVariableBool(TAnimGraphVariable varIdx, bool value);
46 proto external void CallCommand(TAnimGraphCommand pCmdIndex, int intParam, float floatParam);
47 proto external void CallCommand4I(TAnimGraphCommand pCmdIndex, int intParam1, int intParam2, int intParam3, int intParam4, float floatParam);
49 proto external bool PhysicsIsFalling();
51 proto external void PhysicsEnableGravity(bool pState);
52 proto external void PhysicsSetStance(int index);
53 proto external void PhysicsSetCollisionOffset(vector pOff);
72 proto external void PhysicsGetTransformWS(out vector mat[4]);
74 proto external void PhysicsGetTransformLS(out vector mat[4]);
76 proto external void PhysicsGetParentTransform(out vector mat[4]);
78 proto external bool PhysicsIsLinked();
81 proto external IEntity GetLinkedEntity();
84 proto external vector PhysicsGetLocalVelocity();
86 proto external vector PhysicsGetLocalVelocityXZ();
89 proto external vector PhysicsGetLocalYawPitchRoll();
90}
91
int TAnimGraphPrediction
Definition ECommandIDs.c:5
int TAnimGraphVariable
Definition ECommandIDs.c:2
int TAnimGraphTag
Definition ECommandIDs.c:3
int TAnimGraphCommand
Definition ECommandIDs.c:1
int TAnimGraphEvent
Definition ECommandIDs.c:4
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index