sim.setObjectAlias
Sets the alias of an object
Synopsis
sim.setObjectAlias(int objectHandle, string objectAlias)
sim.setObjectAlias(int objectHandle, string objectAlias)
Arguments
objectHandle
: handle of the object
objectAlias
: alias of the object. Allowed characters include 0-9, a-z, A-Z, and underscores. Illegal characters are replaced with underscores
Return values
See also:
sim.getObjectAlias