[This is preliminary documentation and is subject to change.]
Trigger the Actor Instances of the given Actor Type.
| C# | Visual Basic | Visual C++ |
public bool TriggerActorInstances( ActorTypeEnum actorType, BaseTrigger trigger, bool awaitCompletion )
Public Function TriggerActorInstances ( _ actorType As ActorTypeEnum, _ trigger As BaseTrigger, _ awaitCompletion As Boolean _ ) As Boolean
public: bool TriggerActorInstances( ActorTypeEnum actorType, BaseTrigger^ trigger, bool awaitCompletion )
- actorType (ActorTypeEnum)
- Destination Actor Type.
- trigger (BaseTrigger)
- Trigger message.
- awaitCompletion (Boolean)
- Boolean indicating whether this a synchronous call or not.
Boolean indicating success or failure.