
simSetObjectSpecialProperty / sim.setObjectSpecialProperty
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. In a future release, a more differentiated return value might be available
|
Lua synopsis
|
number result=sim.setObjectSpecialProperty(number objectHandle,number prop) |
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|
All regular API functions on one page
|