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