Description
|
Retrieves the special properties of a scene object. See also sim.setObjectSpecialProperty, sim.getObjectProperty and sim.getModelProperty. |
C synopsis
|
simInt simGetObjectSpecialProperty(simInt objectHandle)
|
C parameters |
objectHandle: handle of the object
|
C return value
|
|
Lua synopsis
|
number property=sim.getObjectSpecialProperty(number objectHandle) |
Lua parameters |
Same as C-function
|
Lua return values
|
|