AxAgentActorTurnCallback
type AxAgentActorTurnCallback = (args: AxAgentActorTurnCallbackArgs) => void | Promise<void>;Parameters
| Parameter | Type |
|---|---|
args | AxAgentActorTurnCallbackArgs |
Returns
void | Promise<void>
type AxAgentActorTurnCallback = (args: AxAgentActorTurnCallbackArgs) => void | Promise<void>;| Parameter | Type |
|---|---|
args | AxAgentActorTurnCallbackArgs |
void | Promise<void>