Miscellaneous

CustomReport

Creates an item in the bots custom reports.

  • CustomReport(key, value, [ group ])

Return Type: Void

GetCommand

Gets a command by name.

  • GetCommand(name)

Returns the command.

Return Type: Dynamic

GetType

Gets the data type of the input.

  • GetType(value)

Returns the data type.

Return Type: Enum

HNC

HNC is an array on which match can be applied directly. This is not position with the lua code {}.

  • HNC([ size ], [ value ])

Returns an array with or without values.

Return Type: ListNumbers

Last updated