List of Resources
See MKB through human eyesFilter by Category:
All Calculations Control Flow Equipped Armor Equipped Tool GUI Input Looking at Mod related Player Position Server Settings Time and Date Variables WorldFiltros ativos: Categoria: "Variables"
ARRAYSIZE
ActionStores the size of the specified `<array[]>` in `[#outvar]`. Returns the size of the array.
Category: VariablesDEC
ActionDecrements the specified counter by 1 or by the specified amount
Category: VariablesINC
ActionIncrements the specified counter by 1 or by the specified amount
Category: VariablesINDEXOF
ActionGets 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: VariablesJOIN
ActionCombines all values inside `<array[]>` with `<glue>` and stores it optionally in `[&output]`. Returns the output.
Category: VariablesPOP
ActionRemoves the last entry from the end of `<array[]>` and stores it in `<outvar>`. Returns the popped element.
Category: VariablesPUSH
ActionAppends `<value>` to the end of `<array[]>`
Category: VariablesPUT
ActionInserts `<value>` at the first empty point in `<array[]>`.
Category: VariablesSET
ActionSets the value of `<target>` to `[value]`. Returns the value.
Category: VariablesSPLIT
ActionSplits the supplied `<source>` string on every `<delimiter>` into `<output[]>`. Returns the output array.
Category: VariablesTOGGLE
ActionToggles the specified boolean `[flag]` value
Category: VariablesUNSET
ActionUn-sets the specified `<flag>` variable.
Category: Variables