Skip to main content

set_blackboard

Function set_blackboard 

Source
pub fn set_blackboard<V>(name: &str, key: &str, value: V) -> BehaviorNode
where V: Into<BlackboardValue> + Clone + Send + 'static,
Expand description

Instantly write a value onto the blackboard and succeed.