Lua Resources
Lua is a widespread scripting language, used in many professional fields, such as game development or image processing, for example. To find out more about Lua, please visit lua.org. For learning Lua, we recommend the official book Programming in Lua and Lua's Reference Manual.
Lua Release
HALion Script uses Lua 5.2.3 with the following standard libraries:
- basic library
- package library
- string manipulation
- table manipulation
- mathematical functions
- bitwise operations
- debug facilities
HALion Script Reference
The classes and functions of the HALion Script language are described in the Class Reference and on the Reference pages. Many of the descriptions provide small code examples. For more details, see Exploring the Code Examples.
1 Comment
Sabine Pfeifer
proofread done