View Single Post
Visual77
Veteran Member
Join Date: Jan 2009
Old 01-20-2018 , 13:11   Re: New API and Syntax
Reply With Quote #904

Quote:
Originally Posted by Headline View Post
A timer can wait any amount of time and then fire, while RequestFrame will wait only a single frame.
So RequestFrame is basically faster? I'm pretty sure I read somewhere that a timer of 0.1 seconds also fires during the next frame (1 frame?)

So say I want to use RequestFrame but I don't want the callback to run on the client during a mapchange. Is that possible? Would a !IsClientInGame check suffice maybe?

Last edited by Visual77; 01-20-2018 at 13:15.
Visual77 is offline