mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
b16ca5c204
* Add custom anim entries * Switch to SQF based animation detection * Add time out to CBA_fnc_waitUntilAndExecute * Remove unneeded comments or defines * Restore line break * Styling and removal of not needed code * Move waitForAnime and make it local nil * Extended comment * Add Kola to authors file * Small bug fix in terms of animation names * Add custom anim entries Switch to SQF based animation detection Add time out to CBA_fnc_waitUntilAndExecute Remove unneeded comments or defines Restore line break Styling and removal of not needed code Move waitForAnime and make it local nil Extended comment Add Kola to authors file Small bug fix in terms of animation names * Move animations into data folder * add uppercase on sqf command * Rename animation config names and files * fix physx uncon fix * Change initial after ragdoll animation name
10 lines
236 B
C++
10 lines
236 B
C++
|
|
class CfgExtendedAnimation {
|
|
class Revive {
|
|
left = QGVAR(faceLeft_unconscious);
|
|
right = QGVAR(faceRight_unconscious);
|
|
front = QGVAR(faceDown_unconscious);
|
|
back = QGVAR(faceUp_unconscious);
|
|
};
|
|
};
|