EventHandler.Invoke([optionalArguments] parameters = nil)
Invokes the event. This calls all the functions that attached to this event.
Parameters:
Name | Type | Description |
---|---|---|
parameters | [optionalArguments] | Optional |
Usage
---@type EventHandler
local eventhandler;
---@type [optionalArguments]
local parameters;
eventhandler.Invoke(parameters)