List of Resources

See MKB through human eyes
Filter by Type:
All Action Event Iterator Parameter REPL Command Variable
Filter by Category:
All Calculations Control Flow Equipped Armor Equipped Tool GUI Input Looking at Mod related Player Position Server Settings Time and Date Variables World

Filtros ativos: Categoria: "Variables" Tipo: "Action"

ARRAYSIZE
Action

Stores the size of the specified `<array[]>` in `[#outvar]`. Returns the size of the array.

Category: Variables
DEC
Action

Decrements the specified counter by 1 or by the specified amount

Category: Variables
INC
Action

Increments the specified counter by 1 or by the specified amount

Category: Variables
INDEXOF
Action

Gets the first index of `<searchfor>` in `<array[]>` and stores it in `<#outvar>`. `[casesensitiv]` can be set to `true` which will cause the check to be case-sensitiv. (By default the search is case-insensitiv.) Returns the found index.

Category: Variables
JOIN
Action

Combines all values inside `<array[]>` with `<glue>` and stores it optionally in `[&output]`. Returns the output.

Category: Variables
POP
Action

Removes the last entry from the end of `<array[]>` and stores it in `<outvar>`. Returns the popped element.

Category: Variables
PUSH
Action

Appends `<value>` to the end of `<array[]>`

Category: Variables
PUT
Action

Inserts `<value>` at the first empty point in `<array[]>`.

Category: Variables
SET
Action

Sets the value of `<target>` to `[value]`. Returns the value.

Category: Variables
SPLIT
Action

Splits the supplied `<source>` string on every `<delimiter>` into `<output[]>`. Returns the output array.

Category: Variables
TOGGLE
Action

Toggles the specified boolean `[flag]` value

Category: Variables
UNSET
Action

Un-sets the specified `<flag>` variable.

Category: Variables