Regular API
function
simCreateBuffer
Description
Creates a buffer. The buffer needs to be released with
simReleaseBuffer
except otherwise explicitly specified.
C synopsis
simChar* simCreateBuffer(simInt size)
C parameters
size
: size of the buffer
C return value
buffer if operation was successful, NULL otherwise
Lua synopsis
-
Lua parameters
-
Lua return values
-
All regular API functions on one page