| 192 | } |
| 193 | |
| 194 | bool ExtensionPoint::QueryVariable(lua_State* L, Idx<Variable> variable, const char* typeName, int object, int depth) |
| 195 | { |
| 196 | return QueryVariableGeneric(L, variable, typeName, object, depth, "queryVariable"); |
| 197 | } |
| 198 | |
| 199 | bool ExtensionPoint::QueryVariableCustom(lua_State* L, Idx<Variable> variable, const char* typeName, int object, |
| 200 | int depth) |