View Single Post
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 12-23-2017 , 21:43   Re: Question: What is a ConVar.FloatValue's expected value?
Reply With Quote #6

Quote:
Originally Posted by WildCard65 View Post
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.
SourceMod doesn't run timers every gameframe. It makes sure 0.1 seconds have passed since the last time it ran them. Hence why the minimum timer accuracy is documented as being 0.1 seconds.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline