Class KaijuSetIdentifierAction
Action to set the identifier of a agent.
Inheritance
System.Object
KaijuSetIdentifierAction
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior
Syntax
[Serializable]
public class KaijuSetIdentifierAction : KaijuModifyIdentifierAction
Methods
HandleAction(UInt32)
Handle the identifiers action.
Declaration
protected override bool HandleAction(uint unsigned)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | unsigned | The value cast to unsigned. This is needed as the blackboard variables do not support unsigned integers. |
Returns
| Type | Description |
|---|---|
| System.Boolean | The result of the action. |