A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
D — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
dashRect(g, x, y, width, height, dashLength, spaceLength) — Static method in class com.threerings.display.GraphicsUtil |
|
Draws a dashed rectangle using the currently-set lineStyle. |
dashTo(g, x1, y1, x2, y2, dashLength, spaceLength) — Static method in class com.threerings.display.GraphicsUtil |
|
Draws a dashed line using the currently set lineStyle. |
_data — Property in class com.threerings.util.Config |
| The object in which we store things, usually _so.data. |
DataPack — Class in package com.whirled |
|
A DataPack is a bundle of stored goodies for use by your game, avatar, or other whirled
creation. |
DataPack(source, completeListener, errorListener) — Constructor in class com.whirled.DataPack |
|
Construct a DataPack to be loaded from the specified source. |
DateUtil — Class in package com.threerings.util |
|
Utility for dates. |
_days — Static property in class com.threerings.util.DateUtil |
| |
_DCU — Property in class com.threerings.display.JPGEncoder |
| |
_DCV — Property in class com.threerings.display.JPGEncoder |
| |
_DCY — Property in class com.threerings.display.JPGEncoder |
| |
deactivateGame() — Method in class com.whirled.avrg.PlayerSubControlBase |
|
Quits the game for this player. |
deal(bagName, count, msgOrPropName, callback, playerId) — Method in class com.whirled.game.BagsSubControl |
|
Deal (remove) the specified number of elements from a bag, and distribute them to a
specific player or set them as a property in the game data. |
_debug — Static property in class com.threerings.util.Assert |
| |
debug(... rest) — Method in class com.threerings.util.Log |
|
Log a message with 'debug' priority. |
DEBUG — Constant static property in class com.threerings.util.Log |
| Log level constants. |
DECIMAL — Constant static property in class com.threerings.util.StringUtil |
| Decimal digits. |
DEFAULT_FORMAT_PROPS — Constant static property in class com.threerings.text.TextFieldUtil |
| |
DEFAULT_TIME_WINDOW — Constant static property in class com.threerings.util.Framerate |
| |
DefaultValueMap — Class in package com.threerings.util.maps |
|
A Map that returns the specified default value for missing keys, rather than returning
undefined. |
DefaultValueMap(source:com.threerings.util:Map, defaultValue) — Constructor in class com.threerings.util.maps.DefaultValueMap |
| |
delayFrame(fn, args) — Static method in class com.threerings.util.DelayUtil |
|
Delay invocation of the specified function closure by one frame. |
delayFrames(frames, fn, args) — Static method in class com.threerings.util.DelayUtil |
|
Delay invocation of the specified function closure by one or more frames. |
DelayUtil — Class in package com.threerings.util |
|
A simple way to delay invocation of a function closure by one or more frames. |
DELETE — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
deleteProperty(name) — Method in class com.threerings.util.ImmutableProxyObject |
| |
deleteProperty(key) — Method in class com.threerings.util.MapProxyObject |
|
Handle delete proxy[key]. |
deNull(str) — Static method in class com.threerings.util.StringUtil |
|
Return the specified String, or "" if it is null. |
desaturate() — Method in class com.threerings.display.ColorMatrix |
| |
despawnMob(id) — Method in class com.whirled.avrg.RoomSubControlServer |
|
Destroys a previosuly spawned MOB in this room. |
destroyBag(name) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
detachVideo() — Method in class com.threerings.display.CameraSnapshotter |
| |
_details — Property in class com.threerings.util.Joiner |
| |
DICTIONARY_LETTERS — Constant static property in class com.whirled.game.loopback.LoopbackGameControl |
| |
DictionaryMap — Class in package com.threerings.util.maps |
|
An implemention of Map that uses a Dictionary internally for storage. |
DICTIONARY_WORDS — Constant static property in class com.whirled.game.loopback.LoopbackGameControl |
| |
didShowNewMedia() — Method in class com.threerings.media.MediaContainer |
|
A place where subclasses can configure things after we've setup new media. |
difference(a:com.threerings.util:Set, b:com.threerings.util:Set, result:com.threerings.util:Set) — Static method in class com.threerings.util.Sets |
|
Calculates a - b and places it in result. |
_disabledState — Property in class com.threerings.display.DisablingButton |
| |
disabledState — Property in class com.threerings.display.DisablingButton |
|
Returns the DisplayObject that will be displayed when the button is disabled. |
DisablingButton — Class in package com.threerings.display |
|
A SimpleButton subclass that includes a disabledState. |
DisablingButton(upState, overState, downState, hitTestState, disabledState) — Constructor in class com.threerings.display.DisablingButton |
| |
_disp — Property in class com.threerings.display.AlphaFade |
| |
_disp — Property in class com.threerings.util.Framerate |
| |
_disp — Property in class com.whirled.game.loopback.LoopbackGameControl |
| |
dispatch(source, cmdOrFn, arg) — Static method in class com.threerings.util.Command |
|
Convenience, since otherwise nobody usually needs to ever import CommandEvent. |
dispatch(disp, cmdOrFn, arg) — Static method in class com.threerings.util.CommandEvent |
|
Use this method to dispatch CommandEvents. |
DisplayUtil — Class in package com.threerings.display |
| |
distance(x1, y1, x2, y2, p) — Static method in class com.threerings.util.MathUtil |
|
Returns distance from point (x1, y1) to (x2, y2) in 2D. |
doBatch(fn, ... rest) — Method in class com.whirled.AbstractControl |
|
Execute the specified function as a batch of commands that will be sent to the server
together. |
doBatch(fn, ... rest) — Method in class com.whirled.AbstractSubControl |
|
Execute the specified function as a batch of commands that will be sent to the server
together. |
doBatch(fn, ... rest) — Method in interface com.whirled.net.PropertySubControl |
|
Execute the specified function as a batch of commands that will be sent to the server
together. |
DOES_NOT_INTERSECT — Constant static property in class com.threerings.util.LineSegment |
| |
doLog(level, args) — Method in class com.threerings.util.Log |
| |
_done — Property in class com.threerings.display.LinearAnimation |
| |
dot(v:com.threerings.geom:Vector2) — Method in class com.threerings.geom.Vector2 |
|
Returns the dot product of this vector with vector v. |
dot(v:com.threerings.geom:Vector3) — Method in class com.threerings.geom.Vector3 |
| Returns the dot product of this vector with vector v. |
_down — Property in class com.threerings.ui.KeyRepeatLimiter |
| Tracks whether a key is currently being held down. |
DOWN — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
dumpHierarchy(top) — Static method in class com.threerings.display.DisplayUtil |
|
Dump the display hierarchy to a String, each component on a newline, children indented
two spaces:
"instance0" flash.display.Sprite
"instance1" flash.display.Sprite
"entry_box" flash.text.TextField
Note: This method will not dump rawChildren of flex componenets. |
dumpStack — Static property in class com.threerings.util.Assert |
| Controls whether stack dumps should be included in the error log (default value is true). |
dumpStack(msg) — Static method in class com.threerings.util.Log |
|
A convenience function for quickly printing a stack trace
to the log, useful for debugging. |
duration — Property in class com.threerings.display.FloatingTextAnimation |
| |
_duration — Property in class com.threerings.display.LinearAnimation |
| |
_duration — Property in class com.threerings.media.FlvVideoPlayer |
| |
duration — Event in interface com.threerings.media.MediaPlayer |
|
Dispatched when the total duration of the media is known. |
DURATION — Constant static property in class com.threerings.media.MediaPlayerCodes |
| |
dy — Property in class com.threerings.display.FloatingTextAnimation |
| |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |