Update 'In Game Admin Helpers'

via 2022-08-22 13:35:34 +00:00
parent 7cb9fd83ce
commit 5c050f0d33
1 changed files with 7 additions and 0 deletions

@ -8,3 +8,10 @@ myCurator addCuratorEditableObjects \[\[this\], true\];
## **Get Unit Zeus is Controlling** ## **Get Unit Zeus is Controlling**
myUnit = missionNamespace getVariable \["bis_fnc_moduleRemoteControl_unit", player\] myUnit = missionNamespace getVariable \["bis_fnc_moduleRemoteControl_unit", player\]
# Time
## Set time to specific time using skipTime
Change to time x:
```
skipTime ((x - dayTime + 24) % 24);
```