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

◆ IsFullScreen

bool Microsoft.Xna.Framework.Graphics.PresentationParameters.IsFullScreen
getset

Definition at line 140 of file PresentationParameters.cs.

141 {
142 [global::Cpp2ILInjected.Token(Token = "0x60017DA")]
143 [global::Cpp2ILInjected.Address(RVA = "0xAB3CD8", Offset = "0xAB3CD8", Length = "0x8")]
144 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
145 get
146 {
147 throw null;
148 }
149 [global::Cpp2ILInjected.Token(Token = "0x60017DB")]
150 [global::Cpp2ILInjected.Address(RVA = "0xAB3CE0", Offset = "0xAB3CE0", Length = "0xC")]
151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
152 set
153 {
154 throw null;
155 }
156 }