LogoAntiRaid

@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

coretypes.BaseFramework

suffix

This field is optional and may not be specified

string?

commands

PropTypeDescription
[string]
-

SimpleFramework

Function Signature
function SimpleFramework(strict_val: boolean, suffix: string?, commands: {
		[string]: coretypes.Command
	}) end

Arguments

strict_val

boolean

suffix

This field is optional and may not be specified

string?

commands

PropTypeDescription
[string]
-

FlowFramework

Function Signature
function FlowFramework(strict_val: boolean, suffix: string?, commands: {
		[string]: coretypes.Command
	}) end

Arguments

strict_val

boolean

suffix

This field is optional and may not be specified

string?

commands

PropTypeDescription
[string]
-

Last updated on