LibNameplate_MouseoverNameplate
Fires when user mouseover a nameplate.
Note, use this callback instead of requesting LibNP:GetNameplateByUnit("mouseover") during the UPDATE_MOUSEOVER_UNIT event.
Args
frame: Nameplate frame
But in the code I find this:
local callbackOnHide = "LibNameplate_RecycleNameplate"
local callbackOnShow = "LibNameplate_NewNameplate"
local callbackFoundGUID = "LibNameplate_FoundGUID"
local callbackOnTarget = "LibNameplate_TargetNameplate"
local callbackHealthChanged = "LibNameplate_HealthChange"
local callbackCombatChanged = "LibNameplate_CombatChange"
local callbackThreatChanged = "LibNameplate_ThreatChange"
And no support for LibNameplate_MouseoverNameplate. I missed something, or Callback page need upgrade?
0
But in the code I find this:
And no support for LibNameplate_MouseoverNameplate. I missed something, or Callback page need upgrade?