Holograms_Unload()

Unload a hologram

Full Function

Holograms_Unload(id: string, unload: boolean = true)

Parameters

Name
Type
Description

id

text/string

ID of hologram

unload

boolean

Option to unload the YAML file. This parameter is optional Default is true. If you set this to false, the YAML file will not be unloaded from the server's memory.

Return Values & Meanings

Usage

set {_unload} to Holograms_Unload("hologram_id")
if {_unload} is false:
    send "That hologram does not exist!"

Last updated