Eventboard
Namespace
using FlowReactor.EventSystem;CallEventByName
public void CallEventByName(string eventName)using FlowReactor;
using FlowReactor.EventSystem;
// reference to eventboard
public EventBoard events;
// call the OnEvent1 event in the assigned eventboard
events.CallEventByName("OnEvent1");Listen to events
Last updated