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