Holograms_Delete()
Delete a hologram
Full Function
Holograms_Delete(id: string)
Parameters
Name
Type
Description
id
text/String
ID of the hologram to delete
Return Values & Meanings
Success
Usage
set {_del} to Holograms_Delete("hologram_id")
if {_del} is false:
send "That hologram does not exist!"
Last updated