| 197 | } |
| 198 | |
| 199 | bool ExtensionPoint::QueryVariableCustom(lua_State* L, Idx<Variable> variable, const char* typeName, int object, |
| 200 | int depth) |
| 201 | { |
| 202 | return QueryVariableGeneric(L, variable, typeName, object, depth, "queryVariableCustom"); |
| 203 | } |
| 204 | |
| 205 | lua_State* ExtensionPoint::QueryParentThread(lua_State* L) |
| 206 | { |