A function defined in BBMOD_RenderQueue.gml
CallFunction(_function[, _arguments])
Adds a BBMOD_ERenderCommand.CallFunction command into the queue.
Name | Type | Description |
---|---|---|
_function | Function |
The function to execute. |
_arguments | Array |
Arguments to be passed to the function. Defaults to an empty array. |
Struct.BBMOD_RenderQueue
Returns self
.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.