View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 12-23-2017 , 18:31   Re: Question: What is a ConVar.FloatValue's expected value?
Reply With Quote #4

SM Timers are checked if they should run EVERY gameframe, how the check is done is comparing the current game time (as dictated by "GetGameTime() (or GetEngineTime())") with the time Timer was created (and last executed for repeating Timers) plus the timer delay.
__________________
WildCard65 is offline