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