MoveBillboardGroup()
Syntax
MoveBillboardGroup(#BillboardGroup, x, y, z)Description
Moves a billboard group by the specified x,y and z values. This is a relative move based on the current location of the billboard group. To perform an absolute move to new positions within the world, use BillboardGroupLocate().
Parameters
#BillboardGroup - The number of the billboard group you want to move.
x - The offset to add to the current X position of the billboard group.
y - The offset to add to the current Y position of the billboard group.
z - The offset to add to the current Z position of the billboard group.
Return value
This command does not return any value.
Supported OS
Windows, Linux