|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| bool | TryEnterOnCurrentStack () |
| void | RunOnEmptyStack< T1, T2 > (Action< T1, T2 > action, T1 arg1, T2 arg2) |
| void | RunOnEmptyStack< T1, T2, T3 > (Action< T1, T2, T3 > action, T1 arg1, T2 arg2, T3 arg3) |
| R | RunOnEmptyStack< T1, T2, R > (Func< T1, T2, R > action, T1 arg1, T2 arg2) |
| R | RunOnEmptyStack< T1, T2, T3, R > (Func< T1, T2, T3, R > action, T1 arg1, T2 arg2, T3 arg3) |
Private Member Functions | |
| R | RunOnEmptyStackCore< R > (Func< object, R > action, object state) |
Private Attributes | |
| int | _executionStackCount |
Definition at line 7 of file StackGuard.cs.