Description
|
Sets the special properties of a scene object. See also sim.getObjectSpecialProperty, sim.setObjectProperty and sim.setModelProperty. |
C synopsis
|
simInt simSetObjectSpecialProperty(simInt objectHandle,simInt prop)
|
C parameters |
objectHandle: object handle
|
C return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.setObjectSpecialProperty(number objectHandle,number prop) |
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
none |