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

Method Blackboard

source/game/StarBehaviorState.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20Blackboard::Blackboard(LuaTable luaContext) : m_luaContext(std::move(luaContext)) {
21 for (auto type : BlackboardTypes) {
22 m_board.set(type, {});
23 m_input.set(type, {});
24 }
25}
26
27void Blackboard::set(NodeParameterType type, String const& key, LuaValue value) {
28 if (value.is<LuaNilType>())

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected