![]() |
tModLoader v2023.10
A mod to make and play Terraria mods
|
Public Member Functions | |
GlobalHookList (MethodInfo method) | |
ReadOnlySpan< TGlobal > | Enumerate () |
EntityGlobalsEnumerator< TGlobal > | Enumerate (IEntityWithGlobals< TGlobal > entity) |
ReadOnlySpan< TGlobal > | Enumerate (int type) |
void | Update () |
Static Public Member Functions | |
static GlobalHookList< TGlobal > | Create< F > (Expression< Func< TGlobal, F > > expr) |
Public Attributes | |
readonly MethodInfo | method |
|
static |
F | : | Delegate | |
F | : | new | |
F | : | expr.ToMethodInfo() |