moveInTurret: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:


Moves the soldier into the vehicle's turret. (Immediately, without animation).
Moves the soldier into the vehicle's turret. (Immediately, without animation).


'''Example:'''
'''Example:'''


soldierOne '''moveInTurret''' [tank, [0, 0]]
soldierOne '''moveInTurret''' [tank, [0, 0]]

Revision as of 22:56, 1 July 2006


soldier moveInTurret [vehicle, turret path]


Operand types:

soldier: Object

[vehicle, turret path]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Moves the soldier into the vehicle's turret. (Immediately, without animation).


Example:

soldierOne moveInTurret [tank, [0, 0]]