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 |
E — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
Easing — Class in package com.threerings.display |
|
Some easing functions. |
ElemChanged — Event in class com.whirled.game.NetSubControl |
|
Dispatched when an element inside a property has changed in the shared game state. |
ElemChanged — Event in interface com.whirled.net.PropertyGetSubControl |
|
Dispatched when an element inside a property has changed in the shared game state. |
ELEMENT_CHANGED — Constant static property in class com.whirled.net.ElementChangedEvent |
|
The type of an ElementChangedEvent. |
ElementChangedEvent — Class in package com.whirled.net |
|
An event dispatched when a single element is updated in an Array or Dictionary
property as a result of calling setAt() or setIn(). |
ElementChangedEvent(type, propName, newValue, oldValue, key) — Constructor in class com.whirled.net.ElementChangedEvent |
|
Constructor. |
EMAIL_REGEX — Constant static property in class com.threerings.util.MailUtil |
| Originally formulated by lambert |
empty — Property in class com.threerings.util.RingBuffer |
| Returns true if the RingBuffer contains 0 elements. |
empty — Property in class com.threerings.util.TimeBuffer |
| Returns true if the TimeBuffer contains 0 elements. |
enabled — Property in class com.threerings.display.DisablingButton |
| |
_encodedJpeg — Property in class com.threerings.display.JPGEncoder |
| Byte array to contain the resuling jpg |
encodePixels(unitSize) — Method in class com.threerings.display.JPGEncoder |
|
Encode a specified number of pixels. |
_encoder — Property in class com.threerings.display.BackgroundJPGEncoder |
| |
END — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
endGame_v2(... rest) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
endGameWithScore(score, gameMode) — Method in class com.whirled.game.GameSubControl |
|
A convenience function for ending a single player game with the supplied score. |
endGameWithScores(playerIds, scores, payoutType, gameMode) — Method in class com.whirled.game.GameSubControl |
|
Ends the game, reporting the scores earned by each player in the game, awarding coins
according to the specified strategy and updating player ratings. |
endGameWithScores_v1(playerIds, scores, payoutType, gameMode) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
endGameWithWinners(winnerIds, loserIds, payoutType) — Method in class com.whirled.game.GameSubControl |
|
Ends the game, declaring which players are the winners (if players tie, more than one player
can be declared a winner. |
endGameWithWinners_v1(winnerIds, loserIds, payoutType) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
endRound(nextRoundDelay) — Method in class com.whirled.game.GameSubControl |
|
Ends the current round. |
endRound_v1(nextRoundDelay) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
endsWith(str, substr) — Static method in class com.threerings.util.StringUtil |
|
Does the specified string end with the specified substring. |
ensureCapacity(kilobytes, onFailure, onSuccess) — Method in class com.threerings.util.Config |
|
Ensure that we can store preferences up to the specified size. |
ENTER — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
enteredRoom — Event in class com.whirled.avrg.PlayerSubControlBase |
|
Dispatched when this player has just entered a room (or was already in the room and just started
playing the game). |
ENTERED_ROOM — Constant static property in class com.whirled.avrg.AVRGamePlayerEvent |
|
An event type dispatched when the player has entered a new room. |
EntityControl — Class in package com.whirled |
|
Handles services that are available to all entities in a room. |
entityEntered — Event in class com.whirled.EntityControl |
|
Dispatched when an entity enters the room. |
ENTITY_ENTERED — Constant static property in class com.whirled.ControlEvent |
|
An event dispatched when a new entity has been added to the room. |
entityId — Property in class com.whirled.avrg.AVRGameAvatar |
| The entity id of the player's avatar. |
entityLeft — Event in class com.whirled.EntityControl |
|
Dispatched when an entity leaves the room. |
ENTITY_LEFT — Constant static property in class com.whirled.ControlEvent |
|
An event dispatched when an entity has been removed from the room. |
entityMoved — Event in class com.whirled.EntityControl |
|
Dispatched when an entity in the room (other than the listening entity) changes location. |
ENTITY_MOVED — Constant static property in class com.whirled.ControlEvent |
|
An event dispatched when an actor begins and ends walking within the room. |
entryAt(index) — Method in class com.threerings.util.TimeBuffer |
| |
Enum — Class in package com.threerings.util |
|
Base enum class for actionscript. |
Enum(name) — Constructor in class com.threerings.util.Enum |
|
Call this constructor in your enum subclass constructor. |
_env — Property in class com.whirled.EntityControl |
| The environment in which we're running. |
ENV_ROOM — Constant static property in class com.whirled.EntityControl |
| A constant returned by getEnvironment() to indicate that this entity is
being viewed in a room. |
ENV_SHOP — Constant static property in class com.whirled.EntityControl |
| A constant returned by getEnvironment() to indicate that this entity is
being viewed in the shop. |
ENV_VIEWER — Constant static property in class com.whirled.EntityControl |
| A constant returned by getEnvironment() to indicate that this entity is
being viewed in the "viewer": memories may be set and read, but they will not be saved. |
EQUAL — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
Equalable — Interface in package com.threerings.util |
|
Implemented by classes that can have separate instances indicate that they are equal. |
equals(f1, f2) — Static method in class com.threerings.display.FilterUtil |
|
Are the two filters equals?
|
equals(v) — Method in class com.threerings.geom.Vector2 |
|
Returns true if this vector is equal to v. |
equals(ar1, ar2) — Static method in class com.threerings.util.ArrayUtil |
|
Do the two arrays contain elements that are all equals()?
|
equals(other) — Method in class com.threerings.util.Enum |
| |
equals(other) — Method in interface com.threerings.util.Equalable |
|
Returns true to indicate that the specified object is equal to this instance. |
equals(o) — Method in class com.threerings.util.LineSegment |
| |
equals(map1:com.threerings.util:Map, map2:com.threerings.util:Map) — Static method in class com.threerings.util.Maps |
|
Do the two Maps contain the same keys and values?
|
equals(a:com.threerings.util:Set, b:com.threerings.util:Set) — Static method in class com.threerings.util.Sets |
|
Return true if the two sets are equal. |
equals(obj1, obj2) — Static method in class com.threerings.util.Util |
|
A nice utility method for testing equality in a better way. |
error — Event in interface com.threerings.media.MediaPlayer |
|
Dispatched when there's a problem. |
error(... rest) — Method in class com.threerings.util.Log |
|
Log a message with 'error' priority. |
error — Event in class com.whirled.BaseDataPack |
|
Dispatched when the DataPack could not load due to an error. |
ERROR — Constant static property in class com.threerings.media.MediaPlayerCodes |
| |
ERROR — Constant static property in class com.threerings.util.Log |
| |
_errorHandler — Property in class com.threerings.util.EventHandlerManager |
| |
ESCAPE — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
EventHandlerManager — Class in package com.threerings.util |
|
A class for keeping track of event listeners and freeing them all at a given time. |
EventHandlerManager(globalErrorHandler) — Constructor in class com.threerings.util.EventHandlerManager |
|
Create a EventHandlerManager, optionally specifying a "globalErrorHandler" with the
following signature:
function (error :Error) :void;
NOTE: a global error handler will soon be built-in to Flash player 10.1. |
every(callback, thisObject) — Method in class com.threerings.util.RingBuffer |
|
Executes a test function on each item in the ring buffer
until an item is reached that returns false for the specified
function. |
every(callback) — Method in class com.threerings.util.TimeBuffer |
|
Executes a test function on each item in the ring buffer
until an item is reached that returns false for the specified
function. |
EXCLUDE_AGENT — Constant static property in class com.whirled.game.NetSubControl |
| A special constant for sending a message to players only, and not the agent. |
ExpiringMap — Class in package com.threerings.util.maps |
|
A map that will automatically expire elements. |
ExpiringMap(source:com.threerings.util:Map, ttl, expireHandler) — Constructor in class com.threerings.util.maps.ExpiringMap |
| |
extractStringValue(datum, valueField) — Method in class com.whirled.BaseDataPack |
|
Extract from the datum either a String, null, or undefined. |
|
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 |