The Lua engine makes a vast array of functions available for use, but the only way to learn about them and what they do is to read the code files they're defined in (LuaCallbacks.cxx).
Each function, its purpose and usage should be properly documented. Documentation should also ideally cover "best practices" and the typical layout of mission and system scripts.
The Lua engine makes a vast array of functions available for use, but the only way to learn about them and what they do is to read the code files they're defined in (LuaCallbacks.cxx).
Each function, its purpose and usage should be properly documented. Documentation should also ideally cover "best practices" and the typical layout of mission and system scripts.