MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / initialized

Method initialized

source/game/scripting/StarLuaComponents.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125bool LuaBaseComponent::initialized() const {
126 return m_context.isValid();
127}
128
129Maybe<String> const& LuaBaseComponent::error() const {
130 return m_error;

Callers 2

updateMethod · 0.45

Calls 1

isValidMethod · 0.80

Tested by

no test coverage detected