ForceNextTrigger Method

Project Mercury API

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

Forces the Emitter to execute its next trigger, even if it has a minimum trigger period and is currently 'cooling down'.

Namespace:  ProjectMercury.Emitters
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public void ForceNextTrigger()
Visual Basic (Declaration)
Public Sub ForceNextTrigger
Visual C++
public:
void ForceNextTrigger()

See Also