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

◆ Style

int Terraria.ObjectData.TileObjectData.Style
getset

Definition at line 1211 of file TileObjectData.cs.

1212 {
1213 [global::Cpp2ILInjected.Token(Token = "0x60032AA")]
1214 [global::Cpp2ILInjected.Address(RVA = "0x1332D20", Offset = "0x1332D20", Length = "0x68")]
1215 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1216 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1217 get
1218 {
1219 throw null;
1220 }
1221 [global::Cpp2ILInjected.Token(Token = "0x60032AB")]
1222 [global::Cpp2ILInjected.Address(RVA = "0x1331C48", Offset = "0x1331C48", Length = "0xFC")]
1223 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
1225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_Style", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "addAlternate", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
1229 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectStyleModule), Member = ".ctor", MemberParameters = new object[] { typeof(TileObjectStyleModule) }, ReturnType = typeof(void))]
1230 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
1231 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_Style", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1232 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1233 set
1234 {
1235 throw null;
1236 }
1237 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)