WoW:API IsRaidLeader: Difference between revisions

m
Move page script moved page API IsRaidLeader to WoW:API IsRaidLeader without leaving a redirect
No edit summary
m (Move page script moved page API IsRaidLeader to WoW:API IsRaidLeader without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== IsRaidLeader() ==
{{wowapi}}


'''Usage'''
  isLeader = IsRaidLeader()


  IsRaidLeader()
Determines if the player is a raid leader himself.
Will return 1 if the player is the raid leader. Will return 0 if the player is not the raid leader.


== Returns ==
:;isLeader:1 if the player is the raid leader, otherwise nil


'''Example'''
 
== Example ==
    
    
   if (IsRaidLeader())
   if (IsRaidLeader())
Line 15: Line 17:
   end
   end


'''Alternative'''
== Notes ==
 
Chances are you came to this function looking for a rank check system for your raid, this function will probably not cut it however [http://www.wowwiki.com/API_GetRaidRosterInfo GetRaidRosterInfo()] can handle this
 
--[[User:Flaye|Flaye]] 18:15, 2 Jul 2005 (EDT)


----
Chances are you came to this function looking for a rank check system for your raid, this function will probably not cut it however [[API_GetRaidRosterInfo|GetRaidRosterInfo()]] can handle this
{{WoW API}}
Anonymous user