What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Wintergrasp Timer?

nowai

New Member
Joined
Mar 30, 2010
Messages
78
Reaction score
0
Is it possible to receive the wintergrasp timer through the hb api?
 
Code:
        // Returns the number of seconds before Witergrasp starts, 0 if in conflict
        static int GetWintergraspWaitTime
        {
            get
            {
                return Lua.GetReturnVal< int >("return GetWintergraspWaitTime()", 0);
            }
        }
 
Last edited:
Back
Top