Class MelonEvent<T1, T2, T3, T4>
Inheritance
MelonEvent<T1, T2, T3, T4>
Assembly: RedLoader.dll
Syntax
public class MelonEvent<T1, T2, T3, T4> : MelonEventBase<LemonAction<T1, T2, T3, T4>>
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
Constructors
MelonEvent(bool)
Declaration
public MelonEvent(bool oneTimeUse = false)
Parameters
Type |
Name |
Description |
bool |
oneTimeUse |
|
Methods
Invoke(T1, T2, T3, T4)
Declaration
public void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type |
Name |
Description |
T1 |
arg1 |
|
T2 |
arg2 |
|
T3 |
arg3 |
|
T4 |
arg4 |
|