aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/helper.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add nametag background setting and object property (#10937)rubenwardy2021-02-171-1/+2
|
* Fix ObjectRef errors due to lua_isnil() (#10564)Zughy2020-11-041-1/+4
| | | Treat 'none' values as 'nil'
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-301-0/+54
* Modernize lua read (part 2 & 3): C++ templating assurance Implement the boolean reader Implement the string reader Also remove unused & unimplemented script_error_handler Add a reader with default value