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

◆ SpecificRandomStyles

int [] Terraria.ObjectData.TileObjectData.SpecificRandomStyles
getset

Definition at line 1771 of file TileObjectData.cs.

1772 {
1773 [global::Cpp2ILInjected.Token(Token = "0x60032C0")]
1774 [global::Cpp2ILInjected.Address(RVA = "0x1333488", Offset = "0x1333488", Length = "0x68")]
1775 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObject), Member = "CanPlace", MemberParameters = new object[]
1776 {
1777 typeof(int),
1778 typeof(int),
1779 typeof(int),
1780 typeof(int),
1781 typeof(int),
1782 typeof(ref TileObject),
1783 typeof(bool),
1784 typeof(int?)
1785 }, ReturnType = typeof(bool))]
1786 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1787 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1788 get
1789 {
1790 throw null;
1791 }
1792 [global::Cpp2ILInjected.Token(Token = "0x60032C1")]
1793 [global::Cpp2ILInjected.Address(RVA = "0x13334F0", Offset = "0x13334F0", Length = "0xFC")]
1794 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1795 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_SpecificRandomStyles", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
1796 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1797 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
1798 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectBaseModule), Member = ".ctor", MemberParameters = new object[] { typeof(TileObjectBaseModule) }, ReturnType = typeof(void))]
1799 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
1800 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_SpecificRandomStyles", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
1801 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1802 set
1803 {
1804 throw null;
1805 }
1806 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)