Links
Comment on page

Miscellaneous

CustomReport

Creates an item in the bots custom reports.
  • CustomReport(key, value, [ group ])
Return Type: Void
Parameter Name
Parameter Type
Required
Suggested
key
String
True
-
value
Dynamic
True
-
group
String
False
-

GetCommand

Gets a command by name.
  • GetCommand(name)
Returns the command.
Return Type: Dynamic
Parameter Name
Parameter Type
Required
Suggested
name
String
True
-

GetType

Gets the data type of the input.
  • GetType(value)
Returns the data type.
Return Type: Enum
Parameter Name
Parameter Type
Required
Suggested
value
Dynamic
True
-

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
Parameter Name
Parameter Type
Required
Suggested
size
Number
False
-
value
Number
False
-