| Package | com.whirled.avrg |
| Class | public class MobSubControlServer |
| Inheritance | MobSubControlServer MobSubControlBase AbstractSubControl AbstractControl flash.events.EventDispatcher |
See also
| Method | Defined by | ||
|---|---|---|---|
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener.
| AbstractControl | |
![]() |
doBatch(fn:Function, ... args):void
Execute the specified function as a batch of commands that will be sent to the server
together.
| AbstractSubControl | |
![]() |
isConnected():Boolean
Are we connected and running inside the whirled environment, or has someone just
loaded up our SWF by itself?
| AbstractSubControl | |
|
moveTo(x:Number, y:Number, z:Number):void
Moves the mob to a new place in room coordinates.
| MobSubControlServer | ||
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Unregisters an event listener.
| AbstractControl | |