CreateObjectBox

Description

Creates a 3D box with the given width (X), height (Y), and length (Z). Returns an ID you can use to reference this object in other commands.

Definition

integer CreateObjectBox( width, height, length )

CreateObjectBox( objID, width, height, length )

Parameters