mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Missing privates
This commit is contained in:
parent
95ec2ea1f9
commit
f9d292e9c2
@ -15,6 +15,8 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
private ["_animations"];
|
||||
|
||||
// Animations Pool
|
||||
_animations = [
|
||||
"HubSittingChairUA_idle1",
|
||||
|
@ -25,6 +25,7 @@ GVAR(seat) = _seat;
|
||||
_player switchMove "amovpknlmstpsraswrfldnon";
|
||||
|
||||
// Read config
|
||||
private ["_sitDirection", "_sitPosition"];
|
||||
_sitDirection = getNumber (configFile >> "CfgVehicles" >> typeOf _seat >> QGVAR(sitDirection));
|
||||
_sitPosition = getArray (configFile >> "CfgVehicles" >> typeOf _seat >> QGVAR(sitPosition));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user