mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Docs - Fix missing sitting property in docs (#9403)
Fix missing sitting property in docs
This commit is contained in:
parent
d6faac5881
commit
1fd47237d8
@ -28,6 +28,7 @@ class CfgVehicles {
|
||||
acex_sitting_canSit = 1; // Enable sitting
|
||||
acex_sitting_sitDirection = 180; // Direction relative to object
|
||||
acex_sitting_sitPosition[] = {0, -0.1, -0.45}; // Position relative to object (may behave weird with certain objects)
|
||||
acex_sitting_interactPosition[] = {0, -0.1, -0.45};
|
||||
XEH_ENABLED; // Enable XEH (only necessary if XEH is not yet enabled for this class or the one this inherits from)
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user