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