Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ exec
Method
exec
src/Core/Script/GameObject.cpp:399–402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
}
398
399
void GameObject::exec(const std::string& query)
400
{
401
m_lua.safe_script(query, m_environment);
402
}
403
404
void GameObject::deleteObject()
405
{
Callers
1
load
Method · 0.80
Calls
1
safe_script
Method · 0.80
Tested by
no test coverage detected