diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-09 09:55:48 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-09 09:55:48 -0500 |
commit | 372fcad7f5b9acf7bb8c8748df3c5d88f308930b (patch) | |
tree | 3decd8016a06ac972e51200a529f96634e3effe9 /indra/newview/llfloaterpathfindingobjects.cpp | |
parent | 24b6059620698744c035474db93975ebac28e45b (diff) |
Change the LuaFunction subclass instance name suffix to _lua.
We add a suffix to let us publish a Lua foo() function that wraps a C++ foo()
function. Of course the lua_CFunction must accept lua_State* and extract its
parameters from the Lua stack, so it must invoke different C++ code than the
C++ foo() function it's trying to reach. So the lua_CFunction is a method of
the LuaFunction subclass instance named foo_lua.
The suffix was _luadecl, but since the class name shows up in log messages,
make it the more streamlined _lua instead.
Diffstat (limited to 'indra/newview/llfloaterpathfindingobjects.cpp')
0 files changed, 0 insertions, 0 deletions