|
Public Member Functions inherited from AnimPhysCommandScripted |
| void | OnActivate () |
| | virtual to be overridden called when command starts
|
| |
| void | OnDeactivate () |
| | called when command ends
|
| |
| proto native bool | IsFlagAutoDelete () |
| | autodelete flag (when set, agent will delete the command after returning PreAnimUpdate or PostPhysicsUpdate automaticaly) usable for additive commands
|
| |
| proto native void | SetFlagAutoDelete (bool pV) |
| |
| proto native void | SetFlagFinished (bool pFinished) |
| | this terminates human command script and shows CommandHandler( ... pCurrentCommandFinished == true );
|
| |
| proto native bool | IsFlagFinished () |
| |
| void | PreAnimUpdate (float pDt) |
| | override this !
|
| |
| proto native void | PreAnim_CallCommand (int pCommand, int pParamInt, float pParamFloat) |
| |
| proto native void | PreAnim_CallCommand4I (int pCommand, int pParamInt1, int pParamInt2, int pParamInt3, int pParamInt4, float pParamFloat) |
| |
| proto native void | PreAnim_SetFloat (int pVar, float pFlt) |
| |
| proto native void | PreAnim_SetInt (int pVar, int pInt) |
| |
| proto native void | PreAnim_SetBool (int pVar, bool pBool) |
| |
| proto native void | PreAnim_SetAttachment (string bindingName, string animGraphResourceName, string animInstanceResourceName, string startingNodeName) |
| |
| void | PrePhysUpdate (float pDt) |
| | override this !
|
| |
| proto native bool | PrePhys_IsEvent (int pEvent) |
| | script function usable in PrePhysUpdate
|
| |
| proto native bool | PrePhys_IsTag (int pTag) |
| |
| proto bool | PrePhys_GetPredictionEval (int pPrediction, out int pGlobalBoneIndex, out bool pIsTranslation, out bool pIsRotation, out vector pOutTransl, out float pOutRot[4], out float pTimeToPrediction, out float pNormTimeInAnims) |
| |
| proto native bool | PrePhys_GetTranslation (out vector pOutTransl) |
| |
| proto native bool | PrePhys_GetRotation (out float pOutRot[4]) |
| |
| proto native void | PrePhys_SetTranslation (vector pInTransl) |
| |
| proto native void | PrePhys_SetRotation (float pInRot[4]) |
| |
| bool | PostPhysUpdate (float pDt) |
| | override this !
|
| |
| proto native void | PostPhys_GetPosition (out vector pOutTransl) |
| | script function usable in PostPhysUpdate
|
| |
| proto native void | PostPhys_GetRotation (out float pOutRot[4]) |
| |
| proto native void | PostPhys_SetPosition (vector pInTransl) |
| |
| proto native void | PostPhys_SetRotation (float pInRot[4]) |
| |
| proto native void | PostPhys_LockRotation () |
| |