Regular API function

simCreateBuffer

Description Creates a buffer. The buffer needs to be released with simReleaseBuffer except otherwise explicitly specified.
C/C++
synopsis
simChar* simCreateBuffer(simInt size)
C/C++
parameters
size: size of the buffer
C/C++
return value
buffer if operation was successful, nullptr otherwise
Lua
synopsis
Lua
parameters
Lua
return values
Python
synopsis