Page 1 of 1

[Implemented] AttachNodeObject() - #PB_Node_Light

Posted: Sat Aug 13, 2011 9:43 pm
by STARGĂ…TE
Please make it possible that we can add light to a node and define LightID()

- Light: use LightID() as 'ObjectID' und #PB_Node_Light als 'Typ'.

Re: AttachNodeObject() - #PB_Node_Light

Posted: Sun Aug 14, 2011 5:52 pm
by Comtois
You can already attach a light to a node, using an existing constant, for example # PB_Node_Entity.

Code: Select all

AttachNodeObject(0, LightID(0), #PB_Node_Entity)
But it's true that the documentation is incomplete and lacks a constant for the lights.