BBMOD_RenderQueue.CallFunction

A function defined in BBMOD_RenderQueue.gml

CallFunction(_function[, _arguments])

Description

Adds a BBMOD_ERenderCommand.CallFunction command into the queue.

Arguments

Name Type Description
_function Function The function to execute.
_arguments Array Arguments to be passed to the function. Defaults to an empty array.

Returns

Struct.BBMOD_RenderQueue Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.