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
NPCSpawnParams.cs
Go to the documentation of this file.
1using System;
5
6namespace Terraria
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200044C")]
9 public struct NPCSpawnParams
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6002966")]
12 [global::Cpp2ILInjected.Address(RVA = "0x115AE10", Offset = "0x115AE10", Length = "0x8C")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "SetDefaultsFromNetId", MemberParameters = new object[]
15 {
16 typeof(int),
18 }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "SetDefaults_ForNetId", MemberParameters = new object[]
20 {
21 typeof(int),
23 typeof(float)
24 }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float?), Member = ".ctor", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x400367F")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
35 public float? sizeScaleOverride;
36
37 [global::Cpp2ILInjected.Token(Token = "0x4003680")]
38 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
40
41 [global::Cpp2ILInjected.Token(Token = "0x4003681")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
44
45 [global::Cpp2ILInjected.Token(Token = "0x4003682")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
48 }
49}
class f__AnonymousType0<< Count > j__TPar
int? playerCountForMultiplayerDifficultyOverride
NPCSpawnParams WithScale(float scaleOverride)