@antiraid-ext/framework/helpers
API reference for @antiraid-ext/framework/helpers
@antiraid-ext/framework/helpers
Functions
CustomFramework
Function Signature
function CustomFramework(base: coretypes.BaseFramework, suffix: string?, commands: {
[string]: coretypes.Command
}) end
Arguments
base
suffix
This field is optional and may not be specified
commands
SimpleFramework
Function Signature
function SimpleFramework(strict_val: boolean, suffix: string?, commands: {
[string]: coretypes.Command
}) end
Arguments
strict_val
suffix
This field is optional and may not be specified
commands
FlowFramework
Function Signature
function FlowFramework(strict_val: boolean, suffix: string?, commands: {
[string]: coretypes.Command
}) end
Arguments
strict_val
suffix
This field is optional and may not be specified
commands
Last updated on