Description
|
Creates a dummy.
|
C/C++ synopsis
|
simInt simCreateDummy(simFloat size,const simFloat* reserved)
|
C/C++ parameters |
size: the dummy size
reserved: set to nullptr
|
C/C++ return value
|
-1 if operation was not successful, otherwise the handle of the dummy
|
Lua synopsis
|
int dummyHandle=sim.createDummy(float size)
|
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
Similar to the C-function counterpart
|
Python synopsis |
int dummyHandle=sim.createDummy(float size) |