rename hasHatch to canTurnOut, change description in function header

This commit is contained in:
commy2 2015-10-28 18:57:47 +01:00
parent 643f4d36dc
commit 932f09ce60
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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>