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