Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ evalScript
Method
evalScript
source/game/StarMonster.cpp:833–835 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
831
}
832
833
Maybe<LuaValue> Monster::evalScript(String const& code) {
834
return m_scriptComponent.eval(code);
835
}
836
837
Vec2F Monster::mouthPosition() const {
838
return mouthOffset() + position();
Callers
nothing calls this directly
Calls
1
eval
Method · 0.45
Tested by
no test coverage detected