Global GUI Identifiers (Expression) — skript-gui

Addon: skript-gui · Category: Expression · Since: 1.2.1

Syntax

[(all [[of] the]|the)] (global|registered) gui id(s|entifiers)

Description

A list of the identifiers of all registered global GUIs.

Examples

command /guis:
	trigger:
		loop all of the registered gui identifiers:
			send loop-string

View source