From 35b7e33984703e6a91f4bd9c4b17997af12080a3 Mon Sep 17 00:00:00 2001 From: Tom Conkling Date: Wed, 12 Dec 2007 18:53:40 +0000 Subject: [PATCH] Minor documentation update to clarify the usage of EZGameControl.startTicker git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@524 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/EZGameControl.as | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/as/com/threerings/ezgame/EZGameControl.as b/src/as/com/threerings/ezgame/EZGameControl.as index 9f2ac848..2e535f5e 100644 --- a/src/as/com/threerings/ezgame/EZGameControl.as +++ b/src/as/com/threerings/ezgame/EZGameControl.as @@ -457,9 +457,9 @@ public class EZGameControl extends BaseControl } /** - * Start the ticker with the specified name. It will deliver messages to the game object at the - * specified delay, the value of each message being a single integer, starting with 0 and - * increasing by one with each messsage. + * Start the ticker with the specified name. The ticker will deliver messages to all connected + * clients at the specified delay. The value of each message is a single integer, + * starting with 0 and increasing by 1 with each messsage. */ public function startTicker (tickerName :String, msOfDelay :int) :void {