Wikia

WoWWiki

API CanGrantLevel

Talk0
98,452pages on
this wiki

Returns whether you can grant levels to a particular player.

status = CanGrantLevel("unit")

Arguments Edit

unit 
String (UnitId) - unit to check level grant eligibility of.

Returns Edit

status 
Flag - true if you can grant levels to the unit; nil otherwise (unit is not RAF-linked to you, does not meet level requirements, or you are out of levels to grant).

Example Edit

The snippet below prints whether you can grant levels to your target right now.

local status = CanGrantLevel("target")
if status then
 print("I can grant levels to my friend!")
else
 print("I am out of free levels for now.")
end
Advertisement | Your ad here

Photos

Add a Photo
61,966photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki