summaryrefslogtreecommitdiff
path: root/indra/newview/llluamanager.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-02-06 14:49:45 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-02-06 14:49:45 -0500
commitf664c2ea26fb63f162f3d988b6d00f1483be5d45 (patch)
treed02bd5cfad21c6016a71a9707ef975ff3c8a5cc0 /indra/newview/llluamanager.h
parenteb0c19b2746890eb4dbfd6eac045699d0e5842dd (diff)
Break out lua_function.h,.cpp and lualistener.h,.cpp.
The intention is to decentralize Luau entry points into our C++ code, permitting a given entry point to be added to the .cpp file that already deals with that class or functional area. Continuing to add every such entry point to llluamanager.cpp doesn't scale well. Extract LuaListener class from llluamanager.cpp to its own header and .cpp file. Extract from llluamanager into lua_function.h (and .cpp) declarations useful for adding a lua_function Luau entry point, e.g.: lua_register() lua_rawlen() lua_tostdstring() lua_pushstdstring() lua_tollsd() lua_pushllsd() LuaPopper lua_function() and LuaFunction class LuaState lua_what lua_stack DebugExit
Diffstat (limited to 'indra/newview/llluamanager.h')
0 files changed, 0 insertions, 0 deletions