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
FloatRange.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200050A")]
9 public struct FloatRange
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6003132")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1303794", Offset = "0x1303794", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public FloatRange(float minimum, float maximum)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6003133")]
20 [global::Cpp2ILInjected.Address(RVA = "0x130379C", Offset = "0x130379C", Length = "0xC")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 public static FloatRange operator *(FloatRange range, float scale)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6003134")]
28 [global::Cpp2ILInjected.Address(RVA = "0x13037A8", Offset = "0x13037A8", Length = "0x10")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 public static FloatRange operator *(float scale, FloatRange range)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6003135")]
36 [global::Cpp2ILInjected.Address(RVA = "0x13037B8", Offset = "0x13037B8", Length = "0xC")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 public static FloatRange operator /(FloatRange range, float scale)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6003136")]
45 [global::Cpp2ILInjected.Address(RVA = "0x13037C4", Offset = "0x13037C4", Length = "0x10")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 public static FloatRange operator /(float scale, FloatRange range)
49 {
50 throw null;
51 }
52
53 [JsonProperty("Min")]
54 [global::Cpp2ILInjected.Token(Token = "0x4003AFB")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
56 public readonly float Minimum;
57
58 [JsonProperty("Max")]
59 [global::Cpp2ILInjected.Token(Token = "0x4003AFC")]
60 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
61 public readonly float Maximum;
62 }
63}
class f__AnonymousType0<< Count > j__TPar
FloatRange(float minimum, float maximum)
Definition FloatRange.cs:14
static FloatRange operator*(FloatRange range, float scale)
Definition FloatRange.cs:22
static FloatRange operator/(FloatRange range, float scale)
Definition FloatRange.cs:39