Regular API function

simGetScriptAssociatedWithObject / sim.getScriptAssociatedWithObject

Description Deprecated. See sim.getScript instead.
C/C++
synopsis
int simGetScriptAssociatedWithObject(int objectHandle)
C/C++
parameters
objectHandle: handle of the object that might have a child script associated
C/C++
return value
handle of the child script associated with the object, or -1 if the operation was not successful or the object doesn't have an associated script
Lua
synopsis
int scriptHandle=sim.getScriptAssociatedWithObject(int objectHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Similar to the C-function counterpart