Thread
:
SetTimer<#>(<#>);
View Single Post
#
5
05-03-2010, 10:06 PM
WhiteDragon
Banned
Join Date: Feb 2007
Posts: 1,002
Quote:
Originally Posted by
Inverness
I tend to avoid calling event functions directly though.
Proper way to stay in the event model would be
PHP Code:
this
.
trigger
(
"Timeout1"
,
null
);
WhiteDragon
View Public Profile
View GraalOnline Profile
Find all posts by WhiteDragon