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