Home
last modified time | relevance | path

Searched refs:CV_NOLUA (Results 1 – 5 of 5) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dcommand.h123 CV_NOLUA = 4096,/* don't let this be called from Lua */ enumerator
H A Dlua_consolelib.c435 if (cvar->flags & CV_NOLUA) in CVarSetFunction()
467 if (cvar->flags & CV_NOLUA) in lib_cvAddValue()
H A Dscreen.c80 consvar_t cv_renderer = CVAR_INIT ("renderer", "Software", CV_SAVE|CV_NOLUA|CV_CALL, cv_renderer_t,…
H A Ddeh_tables.c5344 {"CV_NOLUA",CV_NOLUA},
H A Dcommand.c2366 if (( com_flags & COM_SAFE ) && ( v->flags & CV_NOLUA )) in CV_Command()