vehicleVarName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 25: Line 25:
Returns the name of the variable which contains a primary edtitor reference to this object.
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''.
This is the variable given in the ''Insert Unit / name field'', in the editor.


It can be changed using [[setVehicleVarName]].
It can be changed using [[setVehicleVarName]].

Revision as of 13:05, 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 Insert Unit / name field, in the editor.

It can be changed using setVehicleVarName.