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
Success
Usage
Last updated