Comment tweaks.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@536 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-12-22 01:23:40 +00:00
parent d711f2ae97
commit bc2b47a6ca
12 changed files with 56 additions and 33 deletions
@@ -22,7 +22,8 @@
package com.threerings.ezgame {
/**
* Provides access to 'services' game services.
* Provides access to 'services' game services. Do not instantiate this class yourself,
* access it via GameControl.services.
*/
public class EZServicesSubControl extends AbstractSubControl
{
@@ -79,9 +80,10 @@ public class EZServicesSubControl extends AbstractSubControl
}
/**
* 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.
* Start the ticker with the specified name. The ticker will deliver messages
* (resulting in a MessageReceivedEvent being dispatched on the 'net' control)
* 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
{