Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trouble with Timers
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#3
RE: Trouble with Timers

I do know you can call a timer with 0.0f as the time, however instead of doing
PHP Code: (Select All)
AddTimer("timer"0.0f"TimerFunc"); 
You might as well just do
PHP Code: (Select All)
TimerFunc("timer"); 
to call the timer function instantly.

10-26-2014, 01:51 AM
Find


Messages In This Thread
Trouble with Timers - by ADrySoldier - 10-25-2014, 08:13 PM
RE: Trouble with Timers - by Romulator - 10-26-2014, 12:19 AM
RE: Trouble with Timers - by Mudbill - 10-26-2014, 01:51 AM



Users browsing this thread: 1 Guest(s)