Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElectroZybr/LatticeLab
/ ScriptAPI
Method
ScriptAPI
Lattice/Scripting/ScriptAPI.hpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
class ScriptAPI {
35
public:
36
explicit ScriptAPI(Simulation& simulation) : simulation_(simulation) {}
37
38
void clear();
39
void set_world_title(const std::string& title);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected