Holograms_Align()
Align a hologram on its X, Y, and/or Z axis.
Full Function
Holograms_Align(id: text, levels: text)
Parameters
Name
Type
Description
id
text/string
ID of target hologram
levels
text/string
The levels that that hologram should be aligned with. Can contain "X", "Y", "Z", or a combination of all/any of them.
Return Values
Success
Usage
set {_align} to Holograms_Align("hologram_id", "XY")
if {_align} is 0:
send "Aligned hologram on the X and Y axis!"
Last updated