terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Package Functions | |
void | Reset () |
bool | Trigger (bool exclusive) |
bool | StartTriggering (bool exclusive) |
void | FinishTriggering () |
bool | StartSignaling (bool exclusive) |
void | FinishSignaling () |
bool | Complete () |
Static Package Attributes | |
const int | Open = 0 |
const int | Triggering = 1 |
const int | Triggered = 2 |
const int | Signaling = 3 |
const int | Signaled = 4 |
const int | Completed = 5 |
Private Attributes | |
int | m_State |
Definition at line 7 of file InterlockedGate.cs.