⚡Event System
FEvent
FEvent is an extension class of MEvent, created to tranfer FishData while taking full advantage of Malbers Event System please refer to Malbers Official Documentation to get more in deep info.
You can use whenever you need to pass FishData from one system to another, a example of use is when you catch a fish we send his info to Fishing UI Controller.
To Create a new Fishing Event go to Create -> Malbers Animations -> Fishing -> FishEvent

A Fish Event looks exactly like a Malbers Event, with the same debug options.

Important: Some events are called inside the Animator, for those the Find Invokers button will not work. I'm adding a note on those events to make more clear where they exist. You can also click on the Debug button (Bug Icon on top left corner), with the debug on you can see where the event is being called and by wich script.


FEventListener
Extension of Malbers MEventListener with the extra capabilites to listen to FEvent that will receive FishData.

Use the new container to Link FishEvents
Last updated