Miscellaneous
Last updated
Last updated
Creates an item in the bots custom reports.
Syntax: CustomReport(key, value, [ group ], [ displayValue ])
Return type: Void
Parameter Name | Parameter Type | Required | Suggestions |
---|---|---|---|
Gets a command by name.
Syntax: GetCommand(name)
Returns the command.
Return type: Dynamic
Parameter Name | Parameter Type | Required | Suggestions |
---|---|---|---|
Gets the data type of the input.
Syntax: GetType(value)
Returns the data type.
Return type: Enum
HNC is an array on which match can be applied directly. This is not position with the lua code {}
.
Syntax: HNC([ size ], [ value ])
Returns an array with or without values.
Return type: ListNumbers
Parameter Name | Parameter Type | Required | Suggestions |
---|---|---|---|
Parameter Name | Parameter Type | Required | Suggestions |
---|---|---|---|
key
String
True
value
Dynamic
True
group
String
False
displayValue
Boolean
False
name
String
True
value
Dynamic
True
size
Number
False
value
Number
False