Edit Mode, Nameplates & Misc¶
EditModeManagerConstantsDocumentation¶
New:
EditModeRaidWarningSetting(enum) — settings for the new Raid Warning system. Values:None.
Changed:
EditModeSystem(enum) — addedRaidWarning (24)(TotemActionBarshifts to 25).EditModeAccountSetting(enum) — addedShowRaidWarning (33)(ShowTotemActionBarshifts to 34).EditModeMinimapSetting(enum) — addedIconScale (3).EditModeUnitFrameSetting(enum) — the singleIconSize (19)aura setting was split: slot 19 repurposed toDebuffIconSize, newBuffIconSize (22)appended. Buff and debuff icon sizes are now controlled independently; code reading the oldIconSizemust update.
NamePlateConstantsDocumentation¶
Changed:
NamePlateStyle(enum) — addedClassic (6). Values:Modern, Thin, Block, HealthFocus, CastFocus, Legacy, Classic.
C_CVar (CVarDocumentation)¶
New:
GetCVar(name: cstring) → value: string?— the current string value of a CVar by name (now part of the documentedC_CVarsurface).
C_Sound (SoundDocumentation)¶
New:
PlaySoundWithOptions(params: PlaySoundParams) → success: bool, soundHandle: SoundHandle— plays a sound from an options struct (may return nothing).PlaySoundParams(struct) — options for the above. Fields:soundKitID: number, uiSoundSubType: UISoundSubType, forceNoDuplicates: bool, runFinishCallback: bool, overridePriority: number?, volumeOverride: number?, ….
MacroConstantsDocumentation (new namespace)¶
New:
MacroConsts(constants) — macro count limits. Values:MAX_ACCOUNT_MACROS = 120, MAX_CHARACTER_MACROS = 30.
DelvesConstantsDocumentation¶
Changed:
TieredEntranceType(enum) — addedLairs (4).CompanionConfigSlotTypes(enum) — addedFlavor (3).
C_DelvesUI (DelvesUIDocumentation)¶
New:
GetFlavorNodeForCompanion(companionID: number?) → nodeID: number— the flavor trait node ID for a delve companion.GetFlavorNodeNameForCompanion(companionID: number?) → name: cstring— the display name of that flavor node.