View Single Post
  #1  
Old 11-28-2010, 04:38 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Blocking Clientside onChangeLevel(oldLevel, newLevel)

onChangeLevel(oldLevel, newLevel) would be called whenever you go through a level link, but the actual level change would not happen until this function returns.

This is critical for when you want to do something like disable weapons in the new level and you don't want that 0.05 second delay before it actually happens.
Reply With Quote