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

◆ NumberStyles

Enumerator
None 
AllowLeadingWhite 
AllowTrailingWhite 
AllowLeadingSign 
AllowTrailingSign 
AllowParentheses 
AllowDecimalPoint 
AllowThousands 
AllowExponent 
AllowCurrencySymbol 
AllowHexSpecifier 
Integer 
HexNumber 
Number 
Float 
Currency 
Any 

Definition at line 8 of file NumberStyles.cs.

9 {
10 [global::Cpp2ILInjected.Token(Token = "0x40017A3")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x40017A4")]
14 [global::Cpp2ILInjected.Token(Token = "0x40017A5")]
16 [global::Cpp2ILInjected.Token(Token = "0x40017A6")]
18 [global::Cpp2ILInjected.Token(Token = "0x40017A7")]
20 [global::Cpp2ILInjected.Token(Token = "0x40017A8")]
22 [global::Cpp2ILInjected.Token(Token = "0x40017A9")]
24 [global::Cpp2ILInjected.Token(Token = "0x40017AA")]
25 AllowThousands = 64,
26 [global::Cpp2ILInjected.Token(Token = "0x40017AB")]
27 AllowExponent = 128,
28 [global::Cpp2ILInjected.Token(Token = "0x40017AC")]
30 [global::Cpp2ILInjected.Token(Token = "0x40017AD")]
32 [global::Cpp2ILInjected.Token(Token = "0x40017AE")]
33 Integer = 7,
34 [global::Cpp2ILInjected.Token(Token = "0x40017AF")]
35 HexNumber = 515,
36 [global::Cpp2ILInjected.Token(Token = "0x40017B0")]
37 Number = 111,
38 [global::Cpp2ILInjected.Token(Token = "0x40017B1")]
39 Float = 167,
40 [global::Cpp2ILInjected.Token(Token = "0x40017B2")]
41 Currency = 383,
42 [global::Cpp2ILInjected.Token(Token = "0x40017B3")]
43 Any = 511
44 }