Lua GetDisplay
Description
Returns the Display ID of a unit.
Usage/Example
function CheckDisplayId(Unit)
if(Unit:GetDisplay()==10990) then
Unit:SendChatMessage(12, 0, "I'm a Panda!")
end
end
Returns the Display ID of a unit.
function CheckDisplayId(Unit)
if(Unit:GetDisplay()==10990) then
Unit:SendChatMessage(12, 0, "I'm a Panda!")
end
end