MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / set_world_title

Method set_world_title

Lattice/Scripting/ScriptAPI.cpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110void ScriptAPI::clear() { simulation_.clear(); }
111
112void ScriptAPI::set_world_title(const std::string& title) { simulation_.setWorldTitle(title); }
113
114void ScriptAPI::set_box(float x, float y, sol::variadic_args args) {
115 const float z = args.size() >= 1 ? static_cast<float>(args.get<float>(0)) : 6.0f;

Callers

nothing calls this directly

Calls 1

setWorldTitleMethod · 0.80

Tested by

no test coverage detected