Advertisement
Sc2ad

SettingsRange Class

Jan 15th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. .class nested public auto ansi beforefieldinit SettingsRange
  2. extends [mscorlib]System.Attribute
  3. {
  4. .custom instance void [mscorlib]System.AttributeUsageAttribute::.ctor(valuetype [mscorlib]System.AttributeTargets) = (
  5. 01 00 00 01 00 00 00 00
  6. )
  7. // Fields
  8. // Token: 0x0400001C RID: 28
  9. .field private float32 '<Low>k__BackingField'
  10. .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = (
  11. 01 00 00 00
  12. )
  13. .custom instance void [mscorlib]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggerBrowsableState) = (
  14. 01 00 00 00 00 00 00 00
  15. )
  16. // Token: 0x0400001D RID: 29
  17. .field private float32 '<High>k__BackingField'
  18. .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = (
  19. 01 00 00 00
  20. )
  21. .custom instance void [mscorlib]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggerBrowsableState) = (
  22. 01 00 00 00 00 00 00 00
  23. )
  24. // Token: 0x0400001E RID: 30
  25. .field private float32 '<Increment>k__BackingField'
  26. .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = (
  27. 01 00 00 00
  28. )
  29. .custom instance void [mscorlib]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggerBrowsableState) = (
  30. 01 00 00 00 00 00 00 00
  31. )
  32.  
  33. // Methods
  34. // Token: 0x060000AD RID: 173 RVA: 0x00006F87 File Offset: 0x00005187
  35. .method public hidebysig specialname
  36. instance float32 get_Low () cil managed
  37. {
  38. .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = (
  39. 01 00 00 00
  40. )
  41. // Header Size: 1 byte
  42. // Code Size: 7 (0x7) bytes
  43. .maxstack 8
  44.  
  45. /* 0x00005188 02 */ IL_0000: ldarg.0
  46. /* 0x00005189 7B1C000004 */ IL_0001: ldfld float32 DustDevilFramework.ModSettings/SettingsRange::'<Low>k__BackingField'
  47. /* 0x0000518E 2A */ IL_0006: ret
  48. } // end of method SettingsRange::get_Low
  49.  
  50. // Token: 0x060000AE RID: 174 RVA: 0x00006F8F File Offset: 0x0000518F
  51. .method public hidebysig specialname
  52. instance void set_Low (
  53. float32 'value'
  54. ) cil managed
  55. {
  56. .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = (
  57. 01 00 00 00
  58. )
  59. // Header Size: 1 byte
  60. // Code Size: 8 (0x8) bytes
  61. .maxstack 8
  62.  
  63. /* 0x00005190 02 */ IL_0000: ldarg.0
  64. /* 0x00005191 03 */ IL_0001: ldarg.1
  65. /* 0x00005192 7D1C000004 */ IL_0002: stfld float32 DustDevilFramework.ModSettings/SettingsRange::'<Low>k__BackingField'
  66. /* 0x00005197 2A */ IL_0007: ret
  67. } // end of method SettingsRange::set_Low
  68.  
  69. // Token: 0x060000AF RID: 175 RVA: 0x00006F98 File Offset: 0x00005198
  70. .method public hidebysig specialname
  71. instance float32 get_High () cil managed
  72. {
  73. .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = (
  74. 01 00 00 00
  75. )
  76. // Header Size: 1 byte
  77. // Code Size: 7 (0x7) bytes
  78. .maxstack 8
  79.  
  80. /* 0x00005199 02 */ IL_0000: ldarg.0
  81. /* 0x0000519A 7B1D000004 */ IL_0001: ldfld float32 DustDevilFramework.ModSettings/SettingsRange::'<High>k__BackingField'
  82. /* 0x0000519F 2A */ IL_0006: ret
  83. } // end of method SettingsRange::get_High
  84.  
  85. // Token: 0x060000B0 RID: 176 RVA: 0x00006FA0 File Offset: 0x000051A0
  86. .method public hidebysig specialname
  87. instance void set_High (
  88. float32 'value'
  89. ) cil managed
  90. {
  91. .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = (
  92. 01 00 00 00
  93. )
  94. // Header Size: 1 byte
  95. // Code Size: 8 (0x8) bytes
  96. .maxstack 8
  97.  
  98. /* 0x000051A1 02 */ IL_0000: ldarg.0
  99. /* 0x000051A2 03 */ IL_0001: ldarg.1
  100. /* 0x000051A3 7D1D000004 */ IL_0002: stfld float32 DustDevilFramework.ModSettings/SettingsRange::'<High>k__BackingField'
  101. /* 0x000051A8 2A */ IL_0007: ret
  102. } // end of method SettingsRange::set_High
  103.  
  104. // Token: 0x060000B1 RID: 177 RVA: 0x00006FA9 File Offset: 0x000051A9
  105. .method public hidebysig specialname
  106. instance float32 get_Increment () cil managed
  107. {
  108. .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = (
  109. 01 00 00 00
  110. )
  111. // Header Size: 1 byte
  112. // Code Size: 7 (0x7) bytes
  113. .maxstack 8
  114.  
  115. /* 0x000051AA 02 */ IL_0000: ldarg.0
  116. /* 0x000051AB 7B1E000004 */ IL_0001: ldfld float32 DustDevilFramework.ModSettings/SettingsRange::'<Increment>k__BackingField'
  117. /* 0x000051B0 2A */ IL_0006: ret
  118. } // end of method SettingsRange::get_Increment
  119.  
  120. // Token: 0x060000B2 RID: 178 RVA: 0x00006FB1 File Offset: 0x000051B1
  121. .method public hidebysig specialname
  122. instance void set_Increment (
  123. float32 'value'
  124. ) cil managed
  125. {
  126. .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = (
  127. 01 00 00 00
  128. )
  129. // Header Size: 1 byte
  130. // Code Size: 8 (0x8) bytes
  131. .maxstack 8
  132.  
  133. /* 0x000051B2 02 */ IL_0000: ldarg.0
  134. /* 0x000051B3 03 */ IL_0001: ldarg.1
  135. /* 0x000051B4 7D1E000004 */ IL_0002: stfld float32 DustDevilFramework.ModSettings/SettingsRange::'<Increment>k__BackingField'
  136. /* 0x000051B9 2A */ IL_0007: ret
  137. } // end of method SettingsRange::set_Increment
  138.  
  139. // Token: 0x060000B3 RID: 179 RVA: 0x00006FBA File Offset: 0x000051BA
  140. .method public hidebysig specialname rtspecialname
  141. instance void .ctor (
  142. float32 low,
  143. float32 high
  144. ) cil managed
  145. {
  146. // Header Size: 1 byte
  147. // Code Size: 36 (0x24) bytes
  148. .maxstack 8
  149.  
  150. /* 0x000051BB 02 */ IL_0000: ldarg.0
  151. /* 0x000051BC 220000803F */ IL_0001: ldc.r4 1
  152. /* 0x000051C1 7D1E000004 */ IL_0006: stfld float32 DustDevilFramework.ModSettings/SettingsRange::'<Increment>k__BackingField'
  153. /* 0x000051C6 02 */ IL_000B: ldarg.0
  154. /* 0x000051C7 286C01000A */ IL_000C: call instance void [mscorlib]System.Attribute::.ctor()
  155. /* 0x000051CC 00 */ IL_0011: nop
  156. /* 0x000051CD 00 */ IL_0012: nop
  157. /* 0x000051CE 02 */ IL_0013: ldarg.0
  158. /* 0x000051CF 03 */ IL_0014: ldarg.1
  159. /* 0x000051D0 28AE000006 */ IL_0015: call instance void DustDevilFramework.ModSettings/SettingsRange::set_Low(float32)
  160. /* 0x000051D5 00 */ IL_001A: nop
  161. /* 0x000051D6 02 */ IL_001B: ldarg.0
  162. /* 0x000051D7 04 */ IL_001C: ldarg.2
  163. /* 0x000051D8 28B0000006 */ IL_001D: call instance void DustDevilFramework.ModSettings/SettingsRange::set_High(float32)
  164. /* 0x000051DD 00 */ IL_0022: nop
  165. /* 0x000051DE 2A */ IL_0023: ret
  166. } // end of method SettingsRange::.ctor
  167.  
  168. // Token: 0x060000B4 RID: 180 RVA: 0x00006FDF File Offset: 0x000051DF
  169. .method public hidebysig specialname rtspecialname
  170. instance void .ctor (
  171. float32 low,
  172. float32 high,
  173. float32 increment
  174. ) cil managed
  175. {
  176. // Header Size: 1 byte
  177. // Code Size: 44 (0x2C) bytes
  178. .maxstack 8
  179.  
  180. /* 0x000051E0 02 */ IL_0000: ldarg.0
  181. /* 0x000051E1 220000803F */ IL_0001: ldc.r4 1
  182. /* 0x000051E6 7D1E000004 */ IL_0006: stfld float32 DustDevilFramework.ModSettings/SettingsRange::'<Increment>k__BackingField'
  183. /* 0x000051EB 02 */ IL_000B: ldarg.0
  184. /* 0x000051EC 286C01000A */ IL_000C: call instance void [mscorlib]System.Attribute::.ctor()
  185. /* 0x000051F1 00 */ IL_0011: nop
  186. /* 0x000051F2 00 */ IL_0012: nop
  187. /* 0x000051F3 02 */ IL_0013: ldarg.0
  188. /* 0x000051F4 03 */ IL_0014: ldarg.1
  189. /* 0x000051F5 28AE000006 */ IL_0015: call instance void DustDevilFramework.ModSettings/SettingsRange::set_Low(float32)
  190. /* 0x000051FA 00 */ IL_001A: nop
  191. /* 0x000051FB 02 */ IL_001B: ldarg.0
  192. /* 0x000051FC 04 */ IL_001C: ldarg.2
  193. /* 0x000051FD 28B0000006 */ IL_001D: call instance void DustDevilFramework.ModSettings/SettingsRange::set_High(float32)
  194. /* 0x00005202 00 */ IL_0022: nop
  195. /* 0x00005203 02 */ IL_0023: ldarg.0
  196. /* 0x00005204 05 */ IL_0024: ldarg.3
  197. /* 0x00005205 28B2000006 */ IL_0025: call instance void DustDevilFramework.ModSettings/SettingsRange::set_Increment(float32)
  198. /* 0x0000520A 00 */ IL_002A: nop
  199. /* 0x0000520B 2A */ IL_002B: ret
  200. } // end of method SettingsRange::.ctor
  201.  
  202. // Properties
  203. // Token: 0x17000009 RID: 9
  204. .property instance float32 Low()
  205. {
  206. // Token: 0x060000AD RID: 173 RVA: 0x00006F87 File Offset: 0x00005187
  207. .get instance float32 DustDevilFramework.ModSettings/SettingsRange::get_Low()
  208. // Token: 0x060000AE RID: 174 RVA: 0x00006F8F File Offset: 0x0000518F
  209. .set instance void DustDevilFramework.ModSettings/SettingsRange::set_Low(float32)
  210. }
  211. // Token: 0x1700000A RID: 10
  212. .property instance float32 High()
  213. {
  214. // Token: 0x060000AF RID: 175 RVA: 0x00006F98 File Offset: 0x00005198
  215. .get instance float32 DustDevilFramework.ModSettings/SettingsRange::get_High()
  216. // Token: 0x060000B0 RID: 176 RVA: 0x00006FA0 File Offset: 0x000051A0
  217. .set instance void DustDevilFramework.ModSettings/SettingsRange::set_High(float32)
  218. }
  219. // Token: 0x1700000B RID: 11
  220. .property instance float32 Increment()
  221. {
  222. // Token: 0x060000B1 RID: 177 RVA: 0x00006FA9 File Offset: 0x000051A9
  223. .get instance float32 DustDevilFramework.ModSettings/SettingsRange::get_Increment()
  224. // Token: 0x060000B2 RID: 178 RVA: 0x00006FB1 File Offset: 0x000051B1
  225. .set instance void DustDevilFramework.ModSettings/SettingsRange::set_Increment(float32)
  226. }
  227.  
  228. } // end of class SettingsRange
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement