| 200 | } |
| 201 | |
| 202 | static int ScriptResolvePath(lua_State* L) |
| 203 | { |
| 204 | const char* path = luaL_checkstring(L, 2); |
| 205 | dmScript::PushHash(L, dmHashString64(path)); |
| 206 | return 1; |
| 207 | } |
| 208 | |
| 209 | static int ScriptIsValid(lua_State* L) |
| 210 | { |
nothing calls this directly
no test coverage detected