BlackboardSystem

Documents the BlackBoardSystem class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

Invoking BlackboardSystem

To invoke the blackboard system, use the following Global function:

bbs = Game.GetBlackboardSystem()

Sub-functions

Get

Get(definition : ref:BlackboardDefinition) : ref:IBlackboard;

GetLocalInstanced

GetLocalInstanced(entityID : EntityID, definition : ref:BlackboardDefinition) : ref:IBlackboard;

RegisterLocalBlackboard

RegisterLocalBlackboard(blackboard : ref:IBlackboard);

RegisterLocalBlackboardForDebugRender

RegisterLocalBlackboardForDebugRender(blackboard : ref:IBlackboard, debugName : String);

UnregisterLocalBlackboard

UnregisterLocalBlackboard(blackboard : ref:IBlackboard);

Last updated