aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/helper.h
AgeCommit message (Collapse)Author
2022-07-14Reduce code duplication between c_converter.cpp and helper.cppsfan5
2021-02-17Add nametag background setting and object property (#10937)rubenwardy
2020-11-04Fix ObjectRef errors due to lua_isnil() (#10564)Zughy
Treat 'none' values as 'nil'
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
* 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