Guest User

Untitled

a guest
Feb 13th, 2025
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. local CooldownViewerConstants =
  2. {
  3. Tables =
  4. {
  5. {
  6. Name = "CooldownViewerCategory",
  7. Type = "Enumeration",
  8. NumValues = 4,
  9. MinValue = 0,
  10. MaxValue = 3,
  11. Fields =
  12. {
  13. { Name = "Essential", Type = "CooldownViewerCategory", EnumValue = 0 },
  14. { Name = "Utility", Type = "CooldownViewerCategory", EnumValue = 1 },
  15. { Name = "TrackedBuff", Type = "CooldownViewerCategory", EnumValue = 2 },
  16. { Name = "TrackedBar", Type = "CooldownViewerCategory", EnumValue = 3 },
  17. },
  18. },
  19. {
  20. Name = "CooldownViewerUIConstants",
  21. Type = "Constants",
  22. Values =
  23. {
  24. { Name = "COOLDOWN_VIEWER_LINKED_SPELLS_SIZE", Type = "number", Value = 4 },
  25. { Name = "COOLDOWN_VIEWER_CATEGORY_SET_SIZE", Type = "number", Value = 16 },
  26. },
  27. },
  28. },
  29. };
  30.  
  31. APIDocumentation:AddDocumentationTable(CooldownViewerConstants);
Advertisement
Add Comment
Please, Sign In to add comment