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

◆ Value

string ReLogic.OS.Base.Clipboard.Value
getset

Implements ReLogic.OS.IClipboard.

Definition at line 12 of file Clipboard.cs.

13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6005372")]
15 [global::Cpp2ILInjected.Address(RVA = "0x944574", Offset = "0x944574", Length = "0x1C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 get
19 {
20 throw null;
21 }
22 [global::Cpp2ILInjected.Token(Token = "0x6005373")]
23 [global::Cpp2ILInjected.Address(RVA = "0x94469C", Offset = "0x94469C", Length = "0xC")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
26 set
27 {
28 throw null;
29 }
30 }