- The callback for the
Sys.loadBufferAsync
function.
Parameters:
status | the status of the request |
---|---|
buffer | If the request was successfull, this will contain the request payload in a buffer object, and nil otherwise. Make sure to check the status before doing anything with the buffer value! |
Alias
alias for
(status:defold.LoadBufferStatus, buffer:Null<AnyTable>) ‑> Void