Click or drag to resize
BlackboardContains Method
Checks if an attribute with the passed id exists.

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

Parameters

id
Type: SystemObject
Id of attribute to check.

Return Value

Type: Boolean
True if an attribute with the passed id exists, else false.

Implements

IAttributeTableContains(Object)
See Also