mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
rename hasHatch to canTurnOut, change description in function header
This commit is contained in:
parent
643f4d36dc
commit
932f09ce60
@ -223,7 +223,7 @@ PREP(getTurretCopilot);
|
|||||||
PREP(getDoorTurrets);
|
PREP(getDoorTurrets);
|
||||||
PREP(getTurretsFFV);
|
PREP(getTurretsFFV);
|
||||||
PREP(getTurretsOther);
|
PREP(getTurretsOther);
|
||||||
PREP(hasHatch);
|
PREP(canTurnOut);
|
||||||
|
|
||||||
// missing inventory commands
|
// missing inventory commands
|
||||||
PREP(binocularMagazine);
|
PREP(binocularMagazine);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Author: commy2
|
* Author: commy2
|
||||||
* Check if unit has a hatch and can turn out.
|
* Check if unit is in a vehicle position where unit can turn out.
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
* 0: Unit <OBJECT>
|
* 0: Unit <OBJECT>
|
Loading…
Reference in New Issue
Block a user