MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / script_texture_load

Function script_texture_load

ogsr_engine/xrGame/base_client_classes_script.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void script_texture_load(ITexture* t, const char* name)
216{
217 t->Unload();
218 t->Load(name);
219}
220
221void ITextureScript::script_register(lua_State* L)
222{

Callers

nothing calls this directly

Calls 2

UnloadMethod · 0.45
LoadMethod · 0.45

Tested by

no test coverage detected