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