vehicleVarName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Clarifined what this really is.)
mNo edit summary
Line 23: Line 23:
'''Description:'''
'''Description:'''


Returns the name of the variable which contains a primary edtitor reference to this object. This is the variable given in the editor Insert Unit / name field. It can be changed using [[setVehicleVarName]].
Returns the name of the variable which contains a primary edtitor reference to this object.
 
This is the variable given in the editor ''Insert Unit / name field''.
 
It can be changed using [[setVehicleVarName]].

Revision as of 13:04, 28 July 2006




vehicleVarName object


Operand types:

object: Object

Type of returned value:

String

Compatibility:

Version 2.91 required.

Description:

Returns the name of the variable which contains a primary edtitor reference to this object.

This is the variable given in the editor Insert Unit / name field.

It can be changed using setVehicleVarName.