|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static void | Register (Func< bool > callback) |
| static void | Register (Func< object, bool > callback, object targetObj) |
Private Member Functions | |
| Gen2GcCallback (Func< bool > callback) | |
| Gen2GcCallback (Func< object, bool > callback, object targetObj) | |
| ~Gen2GcCallback () | |
Private Attributes | |
| readonly Func< bool > | _callback0 |
| readonly Func< object, bool > | _callback1 |
| GCHandle | _weakTargetObj |
Definition at line 6 of file Gen2GcCallback.cs.