Skip to content

BasesPluginInstance.getFunction method

BasesPluginInstance › getFunction

Unofficial

Gets a function.

Signature:

getFunction(name: string): BasesFunction | null

Parameters:

ParameterTypeDescription
namestringThe name of the function to get.

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