06.10.2025, 15:23
(29.12.2015, 17:06)admin Wrote: To create objects:The grp.create docs is no longer available from this link. Could you please update this link or tell me where i can find this doc? I need to know all possible datatypes in their correct format.
http://openrb.com/docs/lua.htm#grp.create
To delete objects use this function:
You can find multiple objects either by tagĀ or data type, look for grp.tag and grp.dpt in the docs.Code:-- you can delete by group address
grp.delete('1/1/1')
-- or delete by object name
grp.delete('My object name')