 | BlackboardContains Method |
Checks if an attribute with the passed id exists.
Namespace: Slash.AI.BehaviorTrees.DataAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic override bool Contains(
Object id
)
Public Overrides Function Contains (
id As Object
) As Boolean
public:
virtual bool Contains(
Object^ id
) override
abstract Contains :
id : Object -> bool
override Contains :
id : Object -> bool
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