forked from opensim/opensim
-
Notifications
You must be signed in to change notification settings - Fork 2
Added OpenSim Commands
Teriks edited this page Aug 24, 2019
·
1 revision
A new OpenSim console command has been added, it is only active when LibLSLCC is being used as the compiler for XEngine.
The command syntax is:
liblslcc write_library_xml [<file>]
It allows you to write all defined library constants and methods to an XML file that uses LibLSLCC's XML library data format.
The data includes all functions and constants defined in active modules containing script invocations/constants, and all of the definitions from OpenSim's ScriptBaseClass.
It also contains the signatures of each event handler that is available for use when compiling.
It is consumable by LibLSLCC via its XML library data serializer, the format of the file is fairly simple so it should be easily scrapable by other applications.