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

◆ StencilOp

Enumerator
Keep 
Zero 
Replace 
IncrementSaturate 
DecrementSaturate 
Invert 
IncrementWrap 
DecrementWrap 

Definition at line 9 of file StencilOp.cs.

10 {
11 [global::Cpp2ILInjected.Token(Token = "0x4000465")]
12 Keep,
13 [global::Cpp2ILInjected.Token(Token = "0x4000466")]
14 Zero,
15 [global::Cpp2ILInjected.Token(Token = "0x4000467")]
16 Replace,
17 [global::Cpp2ILInjected.Token(Token = "0x4000468")]
19 [global::Cpp2ILInjected.Token(Token = "0x4000469")]
21 [global::Cpp2ILInjected.Token(Token = "0x400046A")]
22 Invert,
23 [global::Cpp2ILInjected.Token(Token = "0x400046B")]
25 [global::Cpp2ILInjected.Token(Token = "0x400046C")]
27 }