mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
15 lines
375 B
C++
15 lines
375 B
C++
|
// From ACRE
|
||
|
class CfgGesturesMale {
|
||
|
skeletonName = "OFP2_ManSkeleton";
|
||
|
class States {
|
||
|
class GestureNod;
|
||
|
class GVAR(stop): GestureNod {
|
||
|
file = "a3\anims_f\data\anim\sdr\gst\gestureEmpty.rtm";
|
||
|
disableWeapons = 0;
|
||
|
disableWeaponsLong = 0;
|
||
|
enableOptics = 1;
|
||
|
mask = "empty";
|
||
|
};
|
||
|
};
|
||
|
};
|