ASLLocalEventManager.

Trigger(object, ASLLocalEventManager.LocalEvents) Method

Summary

This function sends a message to ever script subscribed to the EventHandler delegate.
Namespace
ASL.LocalEventSystem
Containing Type
ASLLocalEventManager

Syntax

public bool Trigger(object sender, ASLLocalEventManager.LocalEvents eventToTrigger)

Parameters

Name Type Description
sender object Object associated with triggering this event.
eventToTrigger ASLLocalEventManager.LocalEvents A LocalEvents enum value representing the event to be triggered.

Return Value

Type Description
bool boolean reflecting whether there are any observers for the event.