Regular API
function
simGetScriptRawBuffer
Description
Returns the raw data that is attached to a given script. See also
simSetScriptRawBuffer
and
simReleaseScriptRawBuffer
.
C synopsis
simChar* simGetScriptRawBuffer(simInt scriptHandle,simInt bufferHandle)
C parameters
scriptHandle
: handle of the script
bufferHandle
: handle of the raw buffer
C return value
a pointer to the raw buffer (the buffer is owned by the simulator and will be released by the simulator or through a call to
simReleaseScriptRawBuffer
) or NULL if the buffer doesn't exist or in case of an error
Lua synopsis
-
Lua parameters
-
Lua return values
-
All regular API functions on one page