Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.08 KB | None | 0 0
  1. ScriptName System:UI:HUD:MenuType Extends System:UI:Menu Native Const Hidden
  2.  
  3. ; Properties
  4. ;---------------------------------------------
  5.  
  6. Group Root
  7. string Property TopCenterGroup Hidden
  8. string Function Get()
  9. return Root+".TopCenterGroup_mc"
  10. EndFunction
  11. EndProperty
  12. string Property TopRightGroup Hidden
  13. string Function Get()
  14. return Root+".TopRightGroup_mc"
  15. EndFunction
  16. EndProperty
  17. string Property CenterGroup Hidden
  18. string Function Get()
  19. return Root+".CenterGroup_mc"
  20. EndFunction
  21. EndProperty
  22. string Property LeftMeters Hidden
  23. string Function Get()
  24. return Root+".LeftMeters_mc"
  25. EndFunction
  26. EndProperty
  27. string Property BottomCenterGroup Hidden
  28. string Function Get()
  29. return Root+".BottomCenterGroup_mc"
  30. EndFunction
  31. EndProperty
  32. string Property RightMeters Hidden
  33. string Function Get()
  34. return Root+".RightMeters_mc"
  35. EndFunction
  36. EndProperty
  37. string Property BGSCodeObj Hidden
  38. string Function Get()
  39. return Root+".BGSCodeObj"
  40. EndFunction
  41. EndProperty
  42. EndGroup
  43.  
  44. Group EnemyHealthMeter
  45. string Property EnemyHealthMeter Hidden
  46. string Function Get()
  47. return TopCenterGroup+".EnemyHealthMeter_mc"
  48. EndFunction
  49. EndProperty
  50. string Property EnemyHealthMeterLegendaryIcon Hidden
  51. string Function Get()
  52. return EnemyHealthMeter+".LegendaryIcon_mc"
  53. EndFunction
  54. EndProperty
  55. string Property EnemyHealthMeterSkullIcon Hidden
  56. string Function Get()
  57. return EnemyHealthMeter+".SkullIcon_mc"
  58. EndFunction
  59. EndProperty
  60. string Property EnemyHealthMeterDisplayText Hidden
  61. string Function Get()
  62. return EnemyHealthMeter+".DisplayText_tf"
  63. EndFunction
  64. EndProperty
  65. string Property EnemyHealthMeterBracket Hidden
  66. string Function Get()
  67. return EnemyHealthMeter+".Bracket_mc"
  68. EndFunction
  69. EndProperty
  70. string Property EnemyHealthMeterBar Hidden
  71. string Function Get()
  72. return EnemyHealthMeter+".MeterBar_mc"
  73. EndFunction
  74. EndProperty
  75. string Property EnemyHealthMeterOptional Hidden
  76. string Function Get()
  77. return EnemyHealthMeter+".Optional_mc"
  78. EndFunction
  79. EndProperty
  80. EndGroup
  81.  
  82. Group StealthMeter
  83. string Property StealthMeter Hidden
  84. string Function Get()
  85. return TopCenterGroup+".StealthMeter_mc"
  86. EndFunction
  87. EndProperty
  88. string Property StealthMeterBracketLeft Hidden
  89. string Function Get()
  90. return StealthMeter+".BracketLeftInstance"
  91. EndFunction
  92. EndProperty
  93. string Property StealthMeterBracketRight Hidden
  94. string Function Get()
  95. return StealthMeter+".BracketRightInstance"
  96. EndFunction
  97. EndProperty
  98. string Property StealthMeterText Hidden
  99. string Function Get()
  100. return StealthMeter+".StealthTextInstance"
  101. EndFunction
  102. EndProperty
  103. EndGroup
  104.  
  105. Group VaultBoyCondition
  106. string Property VaultBoyCondition Hidden
  107. string Function Get()
  108. return TopRightGroup+".VaultBoyCondition_mc"
  109. EndFunction
  110. EndProperty
  111.  
  112. string Property ConditionBoy Hidden
  113. string Function Get()
  114. return VaultBoyCondition+".ConditionBoy_mc"
  115. EndFunction
  116. EndProperty
  117. EndGroup
  118.  
  119. Group CenterGroup
  120. string Property RolloverWidget Hidden
  121. string Function Get()
  122. return CenterGroup+".RolloverWidget_mc"
  123. EndFunction
  124. EndProperty
  125. string Property HitIndicator Hidden
  126. string Function Get()
  127. return CenterGroup+".HitIndicator_mc"
  128. EndFunction
  129. EndProperty
  130. string Property DirectionalHitIndicatorBase Hidden
  131. string Function Get()
  132. return CenterGroup+".DirectionalHitIndicatorBase_mc"
  133. EndFunction
  134. EndProperty
  135. string Property ExplosiveIndicatorBase Hidden
  136. string Function Get()
  137. return CenterGroup+".ExplosiveIndicatorBase_mc"
  138. EndFunction
  139. EndProperty
  140. string Property HUDCrosshair Hidden
  141. string Function Get()
  142. return CenterGroup+".HUDCrosshair_mc"
  143. EndFunction
  144. EndProperty
  145. string Property QuickContainerWidget Hidden
  146. string Function Get()
  147. return CenterGroup+".QuickContainerWidget_mc"
  148. EndFunction
  149. EndProperty
  150. EndGroup
  151.  
  152. Group RegionLocation
  153. string Property RegionLocation Hidden
  154. string Function Get()
  155. return LeftMeters+".LocationText_mc"
  156. EndFunction
  157. EndProperty
  158. string Property RegionLocationText Hidden
  159. string Function Get()
  160. return RegionLocation+".RegionText"
  161. EndFunction
  162. EndProperty
  163. EndGroup
  164.  
  165. Group RadsMeter
  166. string Property RadsMeter Hidden
  167. string Function Get()
  168. return LeftMeters+".RadsMeter_mc"
  169. EndFunction
  170. EndProperty
  171. string Property RadsMeterNumber Hidden
  172. string Function Get()
  173. return RadsMeter+".RadsNumber_tf"
  174. EndFunction
  175. EndProperty
  176. string Property RadsMeterText Hidden
  177. string Function Get()
  178. return RadsMeter+".RADS_tf"
  179. EndFunction
  180. EndProperty
  181. string Property RadsMeterIcon Hidden
  182. string Function Get()
  183. return RadsMeter+".RadsIcon_mc"
  184. EndFunction
  185. EndProperty
  186. EndGroup
  187.  
  188. Group HPMeter
  189. string Property HPMeter Hidden
  190. string Function Get()
  191. return LeftMeters+".HPMeter_mc"
  192. EndFunction
  193. EndProperty
  194. string Property HPMeterBracket Hidden
  195. string Function Get()
  196. return HPMeter+".Bracket_mc"
  197. EndFunction
  198. EndProperty
  199. string Property HPMeterDisplayText Hidden
  200. string Function Get()
  201. return HPMeter+".DisplayText_tf"
  202. EndFunction
  203. EndProperty
  204. string Property HPMeterRadsBar Hidden
  205. string Function Get()
  206. return HPMeter+".RadsBar_mc"
  207. EndFunction
  208. EndProperty
  209. string Property HPMeterBar Hidden
  210. string Function Get()
  211. return HPMeter+".MeterBar_mc"
  212. EndFunction
  213. EndProperty
  214. string Property HPMeterOptional Hidden
  215. string Function Get()
  216. return HPMeter+".Optional_mc"
  217. EndFunction
  218. EndProperty
  219. EndGroup
  220.  
  221. Group Subtitle
  222. string Property Subtitle Hidden
  223. string Function Get()
  224. return BottomCenterGroup+".SubtitleText_mc"
  225. EndFunction
  226. EndProperty
  227. string Property SubtitleSpeakerName Hidden
  228. string Function Get()
  229. return Subtitle+".SpeakerName_tf"
  230. EndFunction
  231. EndProperty
  232. string Property SubtitleText Hidden
  233. string Function Get()
  234. return Subtitle+".SubtitleText_tf"
  235. EndFunction
  236. EndProperty
  237. EndGroup
  238.  
  239. Group PerkVaultBoy
  240. string Property PerkVaultBoy Hidden
  241. string Function Get()
  242. return BottomCenterGroup+".PerkVaultBoy_mc"
  243. EndFunction
  244. EndProperty
  245. EndGroup
  246.  
  247. Group CritMeter
  248. string Property CritMeter Hidden
  249. string Function Get()
  250. return BottomCenterGroup+".CritMeter_mc"
  251. EndFunction
  252. EndProperty
  253. string Property CritMeterDisplayText Hidden
  254. string Function Get()
  255. return CritMeter+".DisplayText_tf"
  256. EndFunction
  257. EndProperty
  258. string Property CritMeterBracket Hidden
  259. string Function Get()
  260. return CritMeter+".Bracket_mc"
  261. EndFunction
  262. EndProperty
  263. string Property CritMeterBar Hidden
  264. string Function Get()
  265. return CritMeter+".MeterBar_mc"
  266. EndFunction
  267. EndProperty
  268. string Property CritMeterStars Hidden
  269. string Function Get()
  270. return CritMeter+".CritMeterStars_mc"
  271. EndFunction
  272. EndProperty
  273. EndGroup
  274.  
  275. Group CompassWidget
  276. string Property CompassWidget Hidden
  277. string Function Get()
  278. return BottomCenterGroup+".CompassWidget_mc"
  279. EndFunction
  280. EndProperty
  281. string Property CompassWidgetBar Hidden
  282. string Function Get()
  283. return CompassWidget+".CompassBar_mc"
  284. EndFunction
  285. EndProperty
  286. string Property CompassWidgetQuestMask Hidden
  287. string Function Get()
  288. return CompassWidget+".QuestMask_mc"
  289. EndFunction
  290. EndProperty
  291. string Property CompassWidgetQuestMarkers Hidden
  292. string Function Get()
  293. return CompassWidget+".QuestMarkerHolder_mc"
  294. EndFunction
  295. EndProperty
  296. string Property CompassWidgetOtherMask Hidden
  297. string Function Get()
  298. return CompassWidget+".OtherMask_mc"
  299. EndFunction
  300. EndProperty
  301. string Property CompassWidgetOtherMarkers Hidden
  302. string Function Get()
  303. return CompassWidget+".OtherMarkerHolder_mc"
  304. EndFunction
  305. EndProperty
  306. string Property CompassWidgetBGHolder Hidden
  307. string Function Get()
  308. return CompassWidget+".CompassBGHolder_mc"
  309. EndFunction
  310. EndProperty
  311. EndGroup
  312.  
  313. Group PowerArmorLowBatteryWarning
  314. string Property PowerArmorLowBatteryWarning Hidden
  315. string Function Get()
  316. return RightMeters+".PowerArmorLowBatteryWarning_mc"
  317. EndFunction
  318. EndProperty
  319. string Property PowerArmorLowBatteryWarningTextHolder Hidden
  320. string Function Get()
  321. return PowerArmorLowBatteryWarning+".WarningTextHolder_mc"
  322. EndFunction
  323. EndProperty
  324. string Property PowerArmorLowBatteryWarningText Hidden
  325. string Function Get()
  326. return PowerArmorLowBatteryWarning+".PowerArmorLowBatteryWarning_tf"
  327. EndFunction
  328. EndProperty
  329. EndGroup
  330.  
  331. Group ExplosiveWidget
  332. string Property ExplosiveWidget Hidden
  333. string Function Get()
  334. return RightMeters+".ExplosiveAmmoCount_mc"
  335. EndFunction
  336. EndProperty
  337. string Property ExplosiveWidgetAvailableCountText Hidden
  338. string Function Get()
  339. return ExplosiveWidget+".AvailableCount_tf"
  340. EndFunction
  341. EndProperty
  342. string Property ExplosiveWidgetTypeIcon Hidden
  343. string Function Get()
  344. return ExplosiveWidget+".TypeIcon_mc"
  345. EndFunction
  346. EndProperty
  347. EndGroup
  348.  
  349. Group FlashLightWidget
  350. string Property FlashLightWidget Hidden
  351. string Function Get()
  352. return RightMeters+".FlashLightWidget_mc"
  353. EndFunction
  354. EndProperty
  355. EndGroup
  356.  
  357. Group AmmoWidget
  358. string Property AmmoWidget Hidden
  359. string Function Get()
  360. return RightMeters+".AmmoCount_mc"
  361. EndFunction
  362. EndProperty
  363. string Property AmmoWidgetLine Hidden
  364. string Function Get()
  365. return AmmoWidget+".AmmoLineInstance"
  366. EndFunction
  367. EndProperty
  368. string Property AmmoWidgetClipCount Hidden
  369. string Function Get()
  370. return AmmoWidget+".ClipCount_tf"
  371. EndFunction
  372. EndProperty
  373. string Property AmmoWidgetReserveCount Hidden
  374. string Function Get()
  375. return AmmoWidget+".ReserveCount_tf"
  376. EndFunction
  377. EndProperty
  378. EndGroup
  379.  
  380. Group FatigueWidget
  381. string Property FatigueWidget Hidden
  382. string Function Get()
  383. return RightMeters+".FatigueWarning_mc"
  384. EndFunction
  385. EndProperty
  386. string Property FatigueWidgetWarningText Hidden
  387. string Function Get()
  388. return FatigueWidget+".FatigueWarning_tf"
  389. EndFunction
  390. EndProperty
  391. string Property FatigueWidgetHead Hidden
  392. string Function Get()
  393. return FatigueWidget+".FatigueHead_mc"
  394. EndFunction
  395. EndProperty
  396. EndGroup
  397.  
  398. Group ActionPointMeter
  399. string Property ActionPointMeter Hidden
  400. string Function Get()
  401. return RightMeters+".ActionPointMeter_mc"
  402. EndFunction
  403. EndProperty
  404. string Property ActionPointMeterBracket Hidden
  405. string Function Get()
  406. return ActionPointMeter+".Bracket_mc"
  407. EndFunction
  408. EndProperty
  409. string Property ActionPointSegments Hidden
  410. string Function Get()
  411. return ActionPointMeter+".ActionPointSegments_mc"
  412. EndFunction
  413. EndProperty
  414. string Property ActionPointDisplayText Hidden
  415. string Function Get()
  416. return ActionPointMeter+".DisplayText_tf"
  417. EndFunction
  418. EndProperty
  419. string Property ActionPointMeterBar Hidden
  420. string Function Get()
  421. return ActionPointMeter+".MeterBar_mc"
  422. EndFunction
  423. EndProperty
  424. string Property ActionPointMeterOptional Hidden
  425. string Function Get()
  426. return ActionPointMeter+".Optional_mc"
  427. EndFunction
  428. EndProperty
  429. EndGroup
  430.  
  431. Group ActiveEffectsWidget
  432. string Property ActiveEffectsWidget Hidden
  433. string Function Get()
  434. return RightMeters+".HUDActiveEffectsWidget_mc"
  435. EndFunction
  436. EndProperty
  437. EndGroup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement