Max (Function) — Skript

Addon: Skript · Category: Function

Syntax

max(ns: objects) :: number

Description

Returns the maximum number from a list of numbers.

Examples

max(1) = 1
max(1, 2, 3, 4) = 4
max({some list variable::*})

View source