⇐ Index
SetObjTextBillboard(<-Unit “ObjName” <-billboard)
Sets the billboard boolean of an object's text. Objects are the sub-parts that make up a unit. If the text has not yet been created by a call to SetObjText, this call will create it with default text. When set to true, the text will always face the camera. When false, the text faces in the direction of the object it is attached to.
SetObjTextBillboard(self "text" false)
⇐ Index