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

◆ LightType

Enumerator
Directional 
Point 
Spot 
Rectangle 
Disc 
SpotPyramidShape 
SpotBoxShape 

Definition at line 7 of file LightType.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40004FA")]
11 [global::Cpp2ILInjected.Token(Token = "0x40004FB")]
12 Point,
13 [global::Cpp2ILInjected.Token(Token = "0x40004FC")]
14 Spot,
15 [global::Cpp2ILInjected.Token(Token = "0x40004FD")]
16 Rectangle,
17 [global::Cpp2ILInjected.Token(Token = "0x40004FE")]
18 Disc,
19 [global::Cpp2ILInjected.Token(Token = "0x40004FF")]
21 [global::Cpp2ILInjected.Token(Token = "0x4000500")]
23 }