Click or drag to resize
BlackboardTryGetValue Method
Tries to find the attribute with the passed id.

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public override bool TryGetValue(
	Object id,
	out Object value
)

Parameters

id
Type: SystemObject
Id of attribute.
value
Type: SystemObject
Contains value if id was found.

Return Value

Type: Boolean
True if the attribute was found, else false.

Implements

IAttributeTableTryGetValue(Object, Object)
See Also