Guest User

Untitled

a guest
Jan 13th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.81 KB | None | 0 0
  1. Basic globals:
  2. UI.CreateContext
  3. UI.CreateFrame
  4. UIParent.Event.Move
  5. UIParent.Event.Size
  6. _VERSION
  7. assert
  8. bit.arshift
  9. bit.band
  10. bit.bnot
  11. bit.bor
  12. bit.bswap
  13. bit.bxor
  14. bit.lshift
  15. bit.rol
  16. bit.ror
  17. bit.rshift
  18. bit.tobit
  19. bit.tohex
  20. collectgarbage
  21. coroutine.create
  22. coroutine.resume
  23. coroutine.running
  24. coroutine.status
  25. coroutine.wrap
  26. coroutine.yield
  27. debug.traceback
  28. dump
  29. error
  30. gcinfo
  31. getfenv
  32. getmetatable
  33. ipairs
  34. load
  35. loadstring
  36. math.abs
  37. math.acos
  38. math.asin
  39. math.atan
  40. math.atan2
  41. math.ceil
  42. math.cos
  43. math.cosh
  44. math.deg
  45. math.exp
  46. math.floor
  47. math.fmod
  48. math.frexp
  49. math.huge
  50. math.ldexp
  51. math.log
  52. math.log10
  53. math.max
  54. math.min
  55. math.mod
  56. math.modf
  57. math.pi
  58. math.pow
  59. math.rad
  60. math.random
  61. math.randomseed
  62. math.sin
  63. math.sinh
  64. math.sqrt
  65. math.tan
  66. math.tanh
  67. newproxy
  68. next
  69. pairs
  70. pcall
  71. print
  72. print_raw
  73. rawequal
  74. rawget
  75. rawset
  76. select
  77. setfenv
  78. setmetatable
  79. string.byte
  80. string.char
  81. string.find
  82. string.format
  83. string.gfind
  84. string.gmatch
  85. string.gsub
  86. string.len
  87. string.lower
  88. string.match
  89. string.rep
  90. string.reverse
  91. string.sub
  92. string.upper
  93. table.concat
  94. table.foreach
  95. table.foreachi
  96. table.getn
  97. table.insert
  98. table.maxn
  99. table.remove
  100. table.sort
  101. table.unpack
  102. tonumber
  103. tostring
  104. type
  105. unpack
  106. xpcall
  107.  
  108. Inspectors:
  109. Inspect.Ability.Detail
  110. Inspect.Ability.List
  111. Inspect.Addon.Cpu
  112. Inspect.Addon.Current
  113. Inspect.Addon.Detail
  114. Inspect.Addon.List
  115. Inspect.Buff.Detail
  116. Inspect.Buff.List
  117. Inspect.Documentation
  118. Inspect.Mouse
  119. Inspect.Shard
  120. Inspect.System.Language
  121. Inspect.System.Secure
  122. Inspect.Time.Frame
  123. Inspect.Time.Real
  124. Inspect.Unit.Castbar
  125. Inspect.Unit.Detail
  126. Inspect.Unit.List
  127. Inspect.Unit.Lookup
  128.  
  129. Commands:
  130. Command.Buff.Cancel
  131. Command.Slash.Register
  132. Command.System.Flash
  133.  
  134. Utilities:
  135. Utility.Dispatch
  136. Utility.Event.Create
  137. Utility.Serialize.Inline
  138.  
  139. Events:
  140. Event.Ability.Add
  141. Event.Ability.Cooldown.Begin
  142. Event.Ability.Cooldown.End
  143. Event.Ability.Range.False
  144. Event.Ability.Range.True
  145. Event.Ability.Remove
  146. Event.Ability.Target
  147. Event.Ability.Usable.False
  148. Event.Ability.Usable.True
  149. Event.Addon.Load.Begin
  150. Event.Addon.Load.End
  151. Event.Addon.SavedVariables.Load.Begin
  152. Event.Addon.SavedVariables.Load.End
  153. (1 handler)
  154. Event.Addon.SavedVariables.Save.Begin
  155. Event.Addon.SavedVariables.Save.End
  156. Event.Addon.Shutdown.Begin
  157. Event.Addon.Shutdown.End
  158. Event.Addon.Startup.End
  159. Event.Buff.Add
  160. Event.Buff.Change
  161. Event.Buff.Remove
  162. Event.Chat.Notify
  163. Event.Chat.Npc
  164. Event.Combat.Damage
  165. Event.Combat.Death
  166. Event.Combat.Dodge
  167. Event.Combat.Heal
  168. Event.Combat.Immune
  169. Event.Combat.Miss
  170. Event.Combat.Parry
  171. Event.Combat.Resist
  172. Event.Mouse.Move
  173. Event.Slash (category for dynamically-created events)
  174. Event.Slash.dump
  175. (1 handler)
  176. Event.Slash.eventlog
  177. Event.System.Error
  178. (1 handler)
  179. Event.System.Secure.Enter
  180. Event.System.Secure.Leave
  181. Event.System.Update.Begin
  182. Event.System.Update.End
  183. (1 handler)
  184. Event.Unit.Add
  185. Event.Unit.Available
  186. Event.Unit.Castbar
  187. Event.Unit.Detail.Afk
  188. Event.Unit.Detail.Charge
  189. Event.Unit.Detail.Combat
  190. Event.Unit.Detail.Combo
  191. Event.Unit.Detail.ComboUnit
  192. Event.Unit.Detail.Energy
  193. Event.Unit.Detail.EnergyMax
  194. Event.Unit.Detail.Guild
  195. Event.Unit.Detail.Health
  196. Event.Unit.Detail.HealthCap
  197. Event.Unit.Detail.HealthMax
  198. Event.Unit.Detail.Level
  199. Event.Unit.Detail.LocationName
  200. Event.Unit.Detail.Mana
  201. Event.Unit.Detail.ManaMax
  202. Event.Unit.Detail.Mark
  203. Event.Unit.Detail.Name
  204. Event.Unit.Detail.Offline
  205. Event.Unit.Detail.Planar
  206. Event.Unit.Detail.PlanarMax
  207. Event.Unit.Detail.Power
  208. Event.Unit.Detail.PublicSize
  209. Event.Unit.Detail.Pvp
  210. Event.Unit.Detail.Role
  211. Event.Unit.Detail.TitlePrefix
  212. Event.Unit.Detail.TitlePrefixId
  213. Event.Unit.Detail.TitlePrefixName
  214. Event.Unit.Detail.TitleSuffix
  215. Event.Unit.Detail.TitleSuffixId
  216. Event.Unit.Detail.TitleSuffixName
  217. Event.Unit.Detail.Vitality
  218. Event.Unit.Detail.Warfront
  219. Event.Unit.Remove
  220. Event.Unit.Unavailable
  221.  
  222. UI:
  223. Layout:
  224. Members:
  225. GetBottom
  226. GetBounds
  227. GetEventTable
  228. GetHeight
  229. GetLeft
  230. GetName
  231. GetOwner
  232. GetRight
  233. GetTop
  234. GetType
  235. GetWidth
  236. ReadAll
  237. ReadHeight
  238. ReadPoint
  239. ReadWidth
  240. Events:
  241. Move
  242. Size
  243. Frame: Inherits from Layout
  244. Members:
  245. ClearAll
  246. ClearHeight
  247. ClearPoint
  248. ClearWidth
  249. GetAlpha
  250. GetBackgroundColor
  251. GetKeyFocus
  252. GetLayer
  253. GetMouseMasking
  254. GetMouseoverUnit
  255. GetParent
  256. GetSecureMode
  257. GetVisible
  258. SetAllPoints
  259. SetAlpha
  260. SetBackgroundColor
  261. SetHeight
  262. SetKeyFocus
  263. SetLayer
  264. SetMouseMasking
  265. SetMouseoverUnit
  266. SetParent
  267. SetPoint
  268. SetSecureMode
  269. SetVisible
  270. SetWidth
  271. Events:
  272. KeyDown
  273. KeyFocusGain
  274. KeyFocusLoss
  275. KeyType
  276. KeyUp
  277. LeftClick
  278. LeftDown
  279. LeftUp
  280. LeftUpoutside
  281. MiddleClick
  282. MiddleDown
  283. MiddleUp
  284. MiddleUpoutside
  285. Mouse4Click
  286. Mouse4Down
  287. Mouse4Up
  288. Mouse4Upoutside
  289. Mouse5Click
  290. Mouse5Down
  291. Mouse5Up
  292. Mouse5Upoutside
  293. MouseIn
  294. MouseMove
  295. MouseOut
  296. RightClick
  297. RightDown
  298. RightUp
  299. RightUpoutside
  300. WheelBack
  301. WheelForward
  302. Context: Inherits from Frame
  303. Members:
  304. (No extra members)
  305. Events:
  306. (No extra events)
  307. Mask: Inherits from Frame
  308. Members:
  309. (No extra members)
  310. Events:
  311. (No extra events)
  312. Text: Inherits from Frame
  313. Members:
  314. GetFont
  315. GetFontColor
  316. GetFontSize
  317. GetFullHeight
  318. GetFullWidth
  319. GetText
  320. GetWordwrap
  321. ResizeToText
  322. SetFont
  323. SetFontColor
  324. SetFontSize
  325. SetText
  326. SetWordwrap
  327. Events:
  328. (No extra events)
  329. Texture: Inherits from Frame
  330. Members:
  331. GetTexture
  332. GetTextureHeight
  333. GetTextureWidth
  334. ResizeToTexture
  335. SetTexture
  336. Events:
  337. (No extra events)
  338. RiftButton: Inherits from Frame
  339. Members:
  340. GetDefaultHeight
  341. GetDefaultWidth
  342. GetEnabled
  343. GetText
  344. ResizeToDefault
  345. SetEnabled
  346. SetText
  347. Events:
  348. LeftPress
  349. RiftCheckbox: Inherits from Frame
  350. Members:
  351. GetChecked
  352. GetDefaultHeight
  353. GetDefaultWidth
  354. GetEnabled
  355. ResizeToDefault
  356. SetChecked
  357. SetEnabled
  358. Events:
  359. CheckboxChange
  360. RiftSlider: Inherits from Frame
  361. Members:
  362. GetDefaultHeight
  363. GetDefaultWidth
  364. GetEnabled
  365. GetPosition
  366. GetRange
  367. ResizeToDefault
  368. SetEnabled
  369. SetPosition
  370. SetRange
  371. Events:
  372. SliderChange
  373. SliderGrab
  374. SliderRelease
  375. RiftTextfield: Inherits from Frame
  376. Members:
  377. GetCursor
  378. GetDefaultHeight
  379. GetDefaultWidth
  380. GetSelection
  381. GetSelectionText
  382. GetText
  383. SetCursor
  384. SetSelection
  385. SetText
  386. Events:
  387. TextfieldChange
  388. TextfieldSelect
  389. RiftWindow: Inherits from Frame
  390. Members:
  391. GetBorder
  392. GetContent
  393. GetController
  394. GetDefaultHeight
  395. GetDefaultWidth
  396. GetTitle
  397. GetTrimDimensions
  398. SetController
  399. SetTitle
  400. Events:
  401. (No extra events)
  402. 03:11:17: Noncombat logging enabled
  403. Basic globals:
  404. UI.CreateContext
  405. UI.CreateFrame
  406. UIParent.Event.Move
  407. UIParent.Event.Size
  408. _VERSION
  409. assert
  410. bit.arshift
  411. bit.band
  412. bit.bnot
  413. bit.bor
  414. bit.bswap
  415. bit.bxor
  416. bit.lshift
  417. bit.rol
  418. bit.ror
  419. bit.rshift
  420. bit.tobit
  421. bit.tohex
  422. collectgarbage
  423. coroutine.create
  424. coroutine.resume
  425. coroutine.running
  426. coroutine.status
  427. coroutine.wrap
  428. coroutine.yield
  429. debug.traceback
  430. dump
  431. error
  432. gcinfo
  433. getfenv
  434. getmetatable
  435. ipairs
  436. load
  437. loadstring
  438. math.abs
  439. math.acos
  440. math.asin
  441. math.atan
  442. math.atan2
  443. math.ceil
  444. math.cos
  445. math.cosh
  446. math.deg
  447. math.exp
  448. math.floor
  449. math.fmod
  450. math.frexp
  451. math.huge
  452. math.ldexp
  453. math.log
  454. math.log10
  455. math.max
  456. math.min
  457. math.mod
  458. math.modf
  459. math.pi
  460. math.pow
  461. math.rad
  462. math.random
  463. math.randomseed
  464. math.sin
  465. math.sinh
  466. math.sqrt
  467. math.tan
  468. math.tanh
  469. newproxy
  470. next
  471. pairs
  472. pcall
  473. print
  474. print_raw
  475. rawequal
  476. rawget
  477. rawset
  478. select
  479. setfenv
  480. setmetatable
  481. string.byte
  482. string.char
  483. string.find
  484. string.format
  485. string.gfind
  486. string.gmatch
  487. string.gsub
  488. string.len
  489. string.lower
  490. string.match
  491. string.rep
  492. string.reverse
  493. string.sub
  494. string.upper
  495. table.concat
  496. table.foreach
  497. table.foreachi
  498. table.getn
  499. table.insert
  500. table.maxn
  501. table.remove
  502. table.sort
  503. table.unpack
  504. tonumber
  505. tostring
  506. type
  507. unpack
  508. xpcall
  509.  
  510. Inspectors:
  511. Inspect.Ability.Detail
  512. Inspect.Ability.List
  513. Inspect.Addon.Cpu
  514. Inspect.Addon.Current
  515. Inspect.Addon.Detail
  516. Inspect.Addon.List
  517. Inspect.Buff.Detail
  518. Inspect.Buff.List
  519. Inspect.Documentation
  520. Inspect.Mouse
  521. Inspect.Shard
  522. Inspect.System.Language
  523. Inspect.System.Secure
  524. Inspect.Time.Frame
  525. Inspect.Time.Real
  526. Inspect.Unit.Castbar
  527. Inspect.Unit.Detail
  528. Inspect.Unit.List
  529. Inspect.Unit.Lookup
  530.  
  531. Commands:
  532. Command.Buff.Cancel
  533. Command.Slash.Register
  534. Command.System.Flash
  535.  
  536. Utilities:
  537. Utility.Dispatch
  538. Utility.Event.Create
  539. Utility.Serialize.Inline
  540.  
  541. Events:
  542. Event.Ability.Add
  543. Event.Ability.Cooldown.Begin
  544. Event.Ability.Cooldown.End
  545. Event.Ability.Range.False
  546. Event.Ability.Range.True
  547. Event.Ability.Remove
  548. Event.Ability.Target
  549. Event.Ability.Usable.False
  550. Event.Ability.Usable.True
  551. Event.Addon.Load.Begin
  552. Event.Addon.Load.End
  553. Event.Addon.SavedVariables.Load.Begin
  554. Event.Addon.SavedVariables.Load.End
  555. (1 handler)
  556. Event.Addon.SavedVariables.Save.Begin
  557. Event.Addon.SavedVariables.Save.End
  558. Event.Addon.Shutdown.Begin
  559. Event.Addon.Shutdown.End
  560. Event.Addon.Startup.End
  561. Event.Buff.Add
  562. Event.Buff.Change
  563. Event.Buff.Remove
  564. Event.Chat.Notify
  565. Event.Chat.Npc
  566. Event.Combat.Damage
  567. Event.Combat.Death
  568. Event.Combat.Dodge
  569. Event.Combat.Heal
  570. Event.Combat.Immune
  571. Event.Combat.Miss
  572. Event.Combat.Parry
  573. Event.Combat.Resist
  574. Event.Mouse.Move
  575. Event.Slash (category for dynamically-created events)
  576. Event.Slash.dump
  577. (1 handler)
  578. Event.Slash.eventlog
  579. Event.System.Error
  580. (1 handler)
  581. Event.System.Secure.Enter
  582. Event.System.Secure.Leave
  583. Event.System.Update.Begin
  584. Event.System.Update.End
  585. (1 handler)
  586. Event.Unit.Add
  587. Event.Unit.Available
  588. Event.Unit.Castbar
  589. Event.Unit.Detail.Afk
  590. Event.Unit.Detail.Charge
  591. Event.Unit.Detail.Combat
  592. Event.Unit.Detail.Combo
  593. Event.Unit.Detail.ComboUnit
  594. Event.Unit.Detail.Energy
  595. Event.Unit.Detail.EnergyMax
  596. Event.Unit.Detail.Guild
  597. Event.Unit.Detail.Health
  598. Event.Unit.Detail.HealthCap
  599. Event.Unit.Detail.HealthMax
  600. Event.Unit.Detail.Level
  601. Event.Unit.Detail.LocationName
  602. Event.Unit.Detail.Mana
  603. Event.Unit.Detail.ManaMax
  604. Event.Unit.Detail.Mark
  605. Event.Unit.Detail.Name
  606. Event.Unit.Detail.Offline
  607. Event.Unit.Detail.Planar
  608. Event.Unit.Detail.PlanarMax
  609. Event.Unit.Detail.Power
  610. Event.Unit.Detail.PublicSize
  611. Event.Unit.Detail.Pvp
  612. Event.Unit.Detail.Role
  613. Event.Unit.Detail.TitlePrefix
  614. Event.Unit.Detail.TitlePrefixId
  615. Event.Unit.Detail.TitlePrefixName
  616. Event.Unit.Detail.TitleSuffix
  617. Event.Unit.Detail.TitleSuffixId
  618. Event.Unit.Detail.TitleSuffixName
  619. Event.Unit.Detail.Vitality
  620. Event.Unit.Detail.Warfront
  621. Event.Unit.Remove
  622. Event.Unit.Unavailable
  623.  
  624. UI:
  625. Layout:
  626. Members:
  627. GetBottom
  628. GetBounds
  629. GetEventTable
  630. GetHeight
  631. GetLeft
  632. GetName
  633. GetOwner
  634. GetRight
  635. GetTop
  636. GetType
  637. GetWidth
  638. ReadAll
  639. ReadHeight
  640. ReadPoint
  641. ReadWidth
  642. Events:
  643. Move
  644. Size
  645. Element: Inherits from Layout
  646. Members:
  647. GetAlpha
  648. GetBackgroundColor
  649. GetKeyFocus
  650. GetMouseMasking
  651. GetVisible
  652. SetAlpha
  653. SetBackgroundColor
  654. SetKeyFocus
  655. SetMouseMasking
  656. SetVisible
  657. Events:
  658. KeyDown
  659. KeyFocusGain
  660. KeyFocusLoss
  661. KeyType
  662. KeyUp
  663. LeftClick
  664. LeftDown
  665. LeftUp
  666. LeftUpoutside
  667. MiddleClick
  668. MiddleDown
  669. MiddleUp
  670. MiddleUpoutside
  671. Mouse4Click
  672. Mouse4Down
  673. Mouse4Up
  674. Mouse4Upoutside
  675. Mouse5Click
  676. Mouse5Down
  677. Mouse5Up
  678. Mouse5Upoutside
  679. MouseIn
  680. MouseMove
  681. MouseOut
  682. RightClick
  683. RightDown
  684. RightUp
  685. RightUpoutside
  686. WheelBack
  687. WheelForward
  688. Frame: Inherits from Element
  689. Members:
  690. ClearAll
  691. ClearHeight
  692. ClearPoint
  693. ClearWidth
  694. GetLayer
  695. GetMouseoverUnit
  696. GetParent
  697. GetSecureMode
  698. SetAllPoints
  699. SetHeight
  700. SetLayer
  701. SetMouseoverUnit
  702. SetParent
  703. SetPoint
  704. SetSecureMode
  705. SetWidth
  706. Events:
  707. (No extra events)
  708. Context: Inherits from Frame
  709. Members:
  710. (No extra members)
  711. Events:
  712. (No extra events)
  713. Mask: Inherits from Frame
  714. Members:
  715. (No extra members)
  716. Events:
  717. (No extra events)
  718. Text: Inherits from Frame
  719. Members:
  720. GetFont
  721. GetFontColor
  722. GetFontSize
  723. GetFullHeight
  724. GetFullWidth
  725. GetText
  726. GetWordwrap
  727. ResizeToText
  728. SetFont
  729. SetFontColor
  730. SetFontSize
  731. SetText
  732. SetWordwrap
  733. Events:
  734. (No extra events)
  735. Texture: Inherits from Frame
  736. Members:
  737. GetTexture
  738. GetTextureHeight
  739. GetTextureWidth
  740. ResizeToTexture
  741. SetTexture
  742. Events:
  743. (No extra events)
  744. RiftButton: Inherits from Frame
  745. Members:
  746. GetDefaultHeight
  747. GetDefaultWidth
  748. GetEnabled
  749. GetText
  750. ResizeToDefault
  751. SetEnabled
  752. SetText
  753. Events:
  754. LeftPress
  755. RiftCheckbox: Inherits from Frame
  756. Members:
  757. GetChecked
  758. GetDefaultHeight
  759. GetDefaultWidth
  760. GetEnabled
  761. ResizeToDefault
  762. SetChecked
  763. SetEnabled
  764. Events:
  765. CheckboxChange
  766. RiftSlider: Inherits from Frame
  767. Members:
  768. GetDefaultHeight
  769. GetDefaultWidth
  770. GetEnabled
  771. GetPosition
  772. GetRange
  773. ResizeToDefault
  774. SetEnabled
  775. SetPosition
  776. SetRange
  777. Events:
  778. SliderChange
  779. SliderGrab
  780. SliderRelease
  781. RiftTextfield: Inherits from Frame
  782. Members:
  783. GetCursor
  784. GetDefaultHeight
  785. GetDefaultWidth
  786. GetSelection
  787. GetSelectionText
  788. GetText
  789. SetCursor
  790. SetSelection
  791. SetText
  792. Events:
  793. TextfieldChange
  794. TextfieldSelect
  795. RiftWindow: Inherits from Frame
  796. Members:
  797. GetBorder
  798. GetContent
  799. GetController
  800. GetDefaultHeight
  801. GetDefaultWidth
  802. GetTitle
  803. GetTrimDimensions
  804. SetController
  805. SetTitle
  806. Events:
  807. (No extra events)
Add Comment
Please, Sign In to add comment