Skip to content

BasesPluginInstance.getFunction method

BasesPluginInstance › getFunction

Unofficial

Gets a function.

Signature:

getFunction(name: string): BasesFunction | null

Parameters:

Parameter Type Description
name string The name of the function to get.

Returns: BasesFunction | nullThe function, or null if not found.