Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ sceneCreateGameObjectProxy
Function
sceneCreateGameObjectProxy
src/Core/Scene/Scene.cpp:811–815 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
809
}
810
811
sol::function sceneCreateGameObjectProxy(
812
Scene* self, const std::string& obj, const std::string& id)
813
{
814
return self->createGameObject(obj, id).getConstructor();
815
}
816
} // namespace obe::Scene
Callers
1
LoadClassScene
Function · 0.85
Calls
1
getConstructor
Method · 0.80
Tested by
no test coverage detected