Function (Type) — Skript

Addon: Skript · Category: Type · Since: 2.10

Syntax

function

Description

A function loaded by Skript. This can be executed (with arguments) and may return a result.

Examples

run {_function} with arguments 1 and true
set {_result} to the result of {_function}

View source