terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ TargetSearchFlag

Enumerator
None 
NPCs 
Players 
All 

Definition at line 672 of file NPCUtils.cs.

673 {
674 [global::Cpp2ILInjected.Token(Token = "0x4003AEB")]
675 None = 0,
676 [global::Cpp2ILInjected.Token(Token = "0x4003AEC")]
677 NPCs = 1,
678 [global::Cpp2ILInjected.Token(Token = "0x4003AED")]
679 Players = 2,
680 [global::Cpp2ILInjected.Token(Token = "0x4003AEE")]
681 All = 3
682 }