SDK 6.3/PAWN/Leaderboard

From WowWiki
Revision as of 19:19, 25 July 2026 by WowBot (talk | contribs) (Official WOWCube SDK 6.3 documentation (automated publish from SDK headers))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Official WOWCube SDK documentation. SDK 6.3, PAWN API. Generated from the canonical SDK headers — do not edit by hand; regenerate from source.

Data structures

LB_INFO

Syntax:

#define LB_INFO [.leadCount, .selfPosition, .selfScore, .wholeUserListCount]

Description:

Array with named fields with various leaderboard information.
Fields:
  • leadCount - how many best results there are available to display
  • selfPosition - place which current user takes
  • selfScore - current users score
  • wholeUserListCount - total users count

See also: LB_getInfo()

History:

v5.0 - added