DVTk API
TriggerActorInstances Method (actorType, trigger, awaitCompletion)
DVTkDvtk.IheActors.BasesBaseActorTriggerActorInstances(ActorTypeEnum, BaseTrigger, Boolean)
DVTk API

[This is preliminary documentation and is subject to change.]

Trigger the Actor Instances of the given Actor Type.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
actorType (ActorTypeEnum)
Destination Actor Type.
trigger (BaseTrigger)
Trigger message.
awaitCompletion (Boolean)
Boolean indicating whether this a synchronous call or not.
Return Value
Boolean indicating success or failure.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0