Added two new stack disciplines to LuaStack
This commit is contained in:
@@ -171,7 +171,7 @@ void AnimStep::config_store_number(lua_State *L, int idx, float *target, float o
|
||||
void AnimStep::configure(LuaKeywordParser &kp, const AnimStep &aqback) {
|
||||
lua_State *L = kp.state();
|
||||
LuaVar value;
|
||||
LuaStack LS(L, value);
|
||||
LuaOldStack LS(L, value);
|
||||
|
||||
if (kp.parse(value, "action")) {
|
||||
config_store_string(L, value.index(), &action_, 0, "action");
|
||||
|
||||
Reference in New Issue
Block a user