Executable (Type) — Skript

Addon: Skript · Category: Type · Since: 2.10

Syntax

executable

Description

Something that can be executed (run) and may accept arguments, e.g. a function. This may also return a result.

Examples

run {_function} with arguments 1 and true

View source