terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IsPressed

bool InControl.KeyCombo.IsPressed
get

Definition at line 223 of file KeyCombo.cs.

224 {
225 get
226 {
227 ulong num = this.includeData;
228 bool flag;
229 return flag;
230 }
231 }