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

Method get

source/game/StarBehaviorState.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45LuaValue Blackboard::get(NodeParameterType type, String const& key) const {
46 return m_board.get(type).maybe(key).value(LuaNil);
47}
48
49LuaTable Blackboard::parameters(StringMap<NodeParameter> const& parameters, uint64_t nodeId) {
50 if (auto table = m_parameters.maybe(nodeId))

Callers 6

setMethod · 0.45
parametersMethod · 0.45
nodeLuaThreadMethod · 0.45
runSequenceMethod · 0.45
runDynamicMethod · 0.45
runRandomizeMethod · 0.45

Calls 2

valueMethod · 0.45
maybeMethod · 0.45

Tested by

no test coverage detected