Skip to Main Content

BTD_Mod_Helper​.Extensions​.ActionExt


BloonsTD6 Mod Helper

BTD_Mod_Helper.Extensions

ActionExt Class

Extension methods for System.Action

public static class ActionExt

Inheritance System.Object  ActionExt

Methods

ActionExt.InvokeAll(this List) Method

Invoke all actions in the list

public static void InvokeAll(this List<Action> actions);

Parameters

actions Il2CppSystem.Collections.Generic.List

list of actions to invoke

ActionExt.InvokeAll(this List) Method

Invoke all actions in the list

public static void InvokeAll(this List<System.Action> actions);

Parameters

actions Il2CppSystem.Collections.Generic.List

list of actions to invoke

ActionExt.InvokeAll(this List) Method

Invoke all actions in the list

public static void InvokeAll(this System.Collections.Generic.List<Action> actions);

Parameters

actions System.Collections.Generic.List<Il2CppSystem.Action>

list of actions to invoke

ActionExt.InvokeAll(this List) Method

Invoke all actions in the list

public static void InvokeAll(this System.Collections.Generic.List<System.Action> actions);

Parameters

actions System.Collections.Generic.List<System.Action>

list of actions to invoke

ActionExt.InvokeAll(this List<Action>, T) Method

Invoke all actions in the list

public static void InvokeAll<T>(this List<Action<T>> actions, T argument);

Type parameters

T

argument type

Parameters

actions Il2CppSystem.Collections.Generic.List

list of actions to invoke

argument T

argument to pass in while invoking

ActionExt.InvokeAll(this List<Action>, T) Method

Invoke all actions in the list

public static void InvokeAll<T>(this List<System.Action<T>> actions, T argument);

Type parameters

T

argument type

Parameters

actions Il2CppSystem.Collections.Generic.List

list of actions to invoke

argument T

argument to pass in while invoking

ActionExt.InvokeAll(this List<Action>, T) Method

Invoke all actions in the list

public static void InvokeAll<T>(this System.Collections.Generic.List<Action<T>> actions, T argument);

Type parameters

T

argument type

Parameters

actions System.Collections.Generic.List<Il2CppSystem.Action>

list of actions to invoke

argument T

argument to pass in while invoking

ActionExt.InvokeAll(this List<Action>, T) Method

Invoke all actions in the list

public static void InvokeAll<T>(this System.Collections.Generic.List<System.Action<T>> actions, T argument);

Type parameters

T

argument type

Parameters

actions System.Collections.Generic.List<System.Action<T>>

list of actions to invoke

argument T

argument to pass in while invoking

ActionExt.ToIl2CppSystemAction(this Action) Method

Return this as a System.Action

public static Action ToIl2CppSystemAction(this System.Action action);

Parameters

action System.Action

Returns

Il2CppSystem.Action

To learn how to download BTD Mod Helper and install mods, click here