Do calling RegisterForSingleUpdateGameTime reset counter?

Post » Mon Nov 19, 2012 5:37 pm

Quick question if I call RegisterForSingleUpdateGameTime, does it reset the countdown to OnUpdateGameTime() or create an new counter in addition to the old one?
say I call RegisterForSingleUpdateGameTime(10) then RegisterForSingleUpdateGameTime(10) seven hours later, will I get the OnUpdateGameTime() three or 10 hour later?
User avatar
meg knight
 
Posts: 3463
Joined: Wed Nov 29, 2006 4:20 am

Post » Mon Nov 19, 2012 8:15 pm

Since RegisterForSingleUpdate "resets the counter", I guess RegisterForSingleUpdateGameTime does too.
User avatar
quinnnn
 
Posts: 3503
Joined: Sat Mar 03, 2007 1:11 pm

Post » Mon Nov 19, 2012 8:50 pm

thanks
User avatar
naomi
 
Posts: 3400
Joined: Tue Jul 11, 2006 2:58 pm


Return to V - Skyrim