Module CorsixTH.CorsixTH.Lua.strict

! Wrap a function so that it is freely able to set global variables [[ Some existing functions (for example, `require`) should be allowed to read

Functions

strict_declare_global (name) ! Declare a global variable so that it can later be used


Functions

strict_declare_global (name)
! Declare a global variable so that it can later be used

Parameters:

  • name The name of the global to declare example strict_declare_global "some_var" some_var = 42 ]]
generated by LDoc TESTING Last updated 2015-01-01 12:00:00