Skip to content

Custom Events

DEMOLITIONDON96 edited this page Apr 3, 2023 · 1 revision

Params/Values

  • params[0] = Value 1 Input
  • params[1] = Value 2 Input
  • params[2] = Value 3 Input (only if it's active)

Event Functions

function eventTrigger(params) - Your base code for how your event shall function, do whatever you want

function loadedEventAction(params) - Preloads any assets the event may spawn to prevent a huge lag spike from occurring

function returnDescription() - Pretty self-explanatory, gives your event the description you write for it when in use at the Chart Editor

function returnValue3() - Activates Value 3

Examples

https://github.com/DEMOLITIONDON96/FE-Feather-Custom/tree/master/assets/data/events

Clone this wiki locally