in: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Removed wrong category)
mNo edit summary
Line 2: Line 2:
*[[in vehicle]] - Checks whether the soldier is mounted in the vehicle.
*[[in vehicle]] - Checks whether the soldier is mounted in the vehicle.
*[[in Array]] - Checks whether x is equal to any element in the array.
*[[in Array]] - Checks whether x is equal to any element in the array.
*[[in location]] - Checks whether a position is within a location's area.






{{Disambig}}
{{Disambig}}

Revision as of 14:52, 26 November 2007

in can refer to these scripting commands:

  • in vehicle - Checks whether the soldier is mounted in the vehicle.
  • in Array - Checks whether x is equal to any element in the array.
  • in location - Checks whether a position is within a location's area.


Template:Disambig