| 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 |
| G — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
| game — Property in class com.whirled.avrg.AVRGameControl |
|
Accesses the client's game sub control. |
| game — Property in class com.whirled.avrg.AVRServerGameControl |
|
Accesses the server agent's game sub control. |
| game — Property in class com.whirled.game.GameControl |
|
Access the 'game' services. |
| GameContentEvent — Class in package com.whirled.game |
|
Dispatched when content-related events happen. |
| GameContentEvent(type, contentType, contentIdent, playerId) — Constructor in class com.whirled.game.GameContentEvent |
| |
| GameControl — Class in package com.whirled.game |
|
Used to coordinate game state and control your multiplayer game. |
| GameControl(disp, autoReady) — Constructor in class com.whirled.game.GameControl |
|
Creates a GameControl that connects to the Whirled game system. |
| _gameData — Property in class com.whirled.game.loopback.LoopbackGameControl |
| |
| GameEnded — Event in class com.whirled.game.GameSubControl |
|
Dispatched when the game ends. |
| GAME_ENDED — Constant static property in class com.whirled.game.StateChangedEvent |
|
Indicates that the game has transitioned to a ended state. |
| _gameStarted — Static property in class com.whirled.game.loopback.LoopbackGameControl |
| |
| GameStarted — Event in class com.whirled.game.GameSubControl |
|
Dispatched when the game starts, usually after all players are present. |
| GAME_STARTED — Constant static property in class com.whirled.game.StateChangedEvent |
|
Indicates that the game has transitioned to a started state. |
| gameStateChanged() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| GameSubControl — Class in package com.whirled.game |
|
Access game-specific controls. |
| GameSubControlBase — Class in package com.whirled.avrg |
|
Provides AVR game services for server agents and clients. |
| GameSubControlClient — Class in package com.whirled.avrg |
|
Provides AVR client game services. |
| GameSubControlServer — Class in package com.whirled.avrg |
|
Provides services for AVR game server agents. |
| get(key) — Method in interface com.threerings.util.Map |
|
Retrieve the value stored in this map for the specified key. |
| get() — Method in class com.threerings.util.WeakReference |
|
Return the referant, or undefined if it's been collected. |
| get(key) — Method in class com.threerings.util.maps.DefaultValueMap |
| |
| get(key) — Method in class com.threerings.util.maps.DictionaryMap |
| |
| get(key) — Method in class com.threerings.util.maps.HashMap |
| |
| get(key) — Method in class com.threerings.util.maps.ValueComputingMap |
| |
| get(key) — Method in class com.threerings.util.maps.WeakValueMap |
| |
| get(propName) — Method in class com.whirled.avrg.OfflinePlayerPropertyControl |
| |
| get(propName) — Method in class com.whirled.game.NetSubControl |
| |
| get(propName) — Method in interface com.whirled.net.PropertyGetSubControl |
|
Get a property value. |
| getArray(name) — Method in class com.whirled.BaseDataPack |
|
Convenience function to access some data as an Array. |
| getAttr(xml, name, defaultValue, parseFunction) — Static method in class com.threerings.util.XmlUtil |
| |
| getAvatarInfo(playerId) — Method in class com.whirled.avrg.RoomSubControlBase |
|
Gets all available information on the avatar of a player with the given id. |
| getAvatarMasterItemId() — Method in class com.whirled.avrg.PlayerSubControlClient |
|
Returns the master item id of the avatar being worn by the player, or zero for
guests (ghosts) or people wearing the default tofu. |
| getBag(name, create) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getBars() — Method in class com.whirled.avrg.PlayerSubControlBase |
|
Returns this player's current bar balance. |
| getBoolean(name) — Method in class com.whirled.BaseDataPack |
|
Convenience function to access some data as a Boolean. |
| getBooleanAttr(xml, name, defaultValue) — Static method in class com.threerings.util.XmlUtil |
| |
| getCamera(index) — Method in class com.whirled.EntityControl |
|
Access the local user's camera. |
| getCameraName() — Method in class com.threerings.display.CameraSnapshotter |
| |
| getClass(obj) — Static method in class com.threerings.util.ClassUtil |
| |
| getClassByName(cname) — Static method in class com.threerings.util.ClassUtil |
| |
| getClassName(obj) — Static method in class com.threerings.util.ClassUtil |
|
Get the full class name, e.g. |
| getClientData() — Method in class com.threerings.media.Mp3AudioPlayer |
|
Get any client data associated with the media currently playing. |
| getCoins() — Method in class com.whirled.avrg.PlayerSubControlBase |
|
Returns this player's current coin balance. |
| getColor(name) — Method in class com.whirled.BaseDataPack |
|
Convenience function to access some data as a color (uint). |
| getConfig() — Method in class com.whirled.game.GameSubControl |
|
Get any game-specific configurations that were set up in the lobby. |
| getContentHeight() — Method in class com.threerings.media.MediaContainer |
|
Get the height of the content, bounded by the maximum. |
| getContents(sources, completeCallback, forEach, appDom) — Static method in class com.threerings.util.MultiLoader |
|
Load one or more sources and return DisplayObjects. |
| getContentWidth() — Method in class com.threerings.media.MediaContainer |
|
Get the width of the content, bounded by the maximum. |
| getContext(url) — Method in class com.threerings.media.MediaContainer |
|
Return the LoaderContext that should be used to load the media
at the specified url. |
| getControllerId() — Method in class com.whirled.game.GameSubControl |
|
Returns the player id of the client that is in control of this game. |
| getControllerId_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getConversationalDateString(date, now) — Static method in class com.threerings.util.DateUtil |
|
Calculates a brief, conversational representation of the given date relative to 'now':
Date occured in a past year:
10/10/1969
Date occured over 6 days ago:
Oct 10
Date occured over 23 hours ago:
Wed 15:10
Date occured in the past 23 hours:
15:10
|
| getCookie(callback, occupantId) — Method in class com.whirled.game.PlayerSubControl |
|
Get the user-specific game data for the specified occupant. |
| getCookie_v1(callback, occupantId) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getData(name, formatType) — Method in class com.whirled.BaseDataPack |
|
Get some data, optionally formatted as a different type than that specified in the data xml. |
| getDatum(list, name) — Method in class com.whirled.BaseDataPack |
|
Fucking hell. |
| getDayName(day, full) — Static method in class com.threerings.util.DateUtil |
|
Return the name of the given (integer) day; 0 is Sunday, and so on. |
| getDefault(props, name, defaultValue) — Static method in class com.threerings.util.Util |
|
Returns a property of an object by name if the object contains the property, otherwise
returns a default value. |
| getDefaultDataPack() — Method in class com.whirled.EntityControl |
|
Get the default datapack for this entity, or null if there is none defined. |
| getDictionaryLetters(locale, dictionary, count, callback) — Method in class com.whirled.game.ServicesSubControl |
|
Requests a list of random letters from the dictionary service. |
| getDictionaryLetterSet_v2(locale, dictionary, count, callback) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getDictionaryWords(locale, dictionary, count, callback) — Method in class com.whirled.game.ServicesSubControl |
|
Requests a set of random words from the dictionary service. |
| getDictionaryWords_v1(locale, dictionary, count, callback) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getDisplay() — Method in class com.threerings.media.FlvVideoPlayer |
| |
| getDisplay() — Method in interface com.threerings.media.VideoPlayer |
|
Get the actual visualization of the video. |
| getDisplayObjects(sources, callback, appDom) — Method in class com.whirled.DataPack |
|
Get some display objects in the datapack. |
| getDotSuffix(filename) — Static method in class com.threerings.util.FileUtil |
|
Returns the substring composed of the characters after the last '.' in the supplied string. |
| getDuration() — Method in class com.threerings.media.FlvVideoPlayer |
| |
| getDuration() — Method in interface com.threerings.media.MediaPlayer |
|
Get the duration of the media, in seconds, or NaN if not yet known. |
| getDuration() — Method in class com.threerings.media.Mp3AudioPlayer |
| |
| getEntityIds(type) — Method in class com.whirled.EntityControl |
|
Enumerates the ids of all entities in this room. |
| getEntityIds(type) — Method in class com.whirled.avrg.RoomSubControlClient |
|
Enumerates the ids of all entities in this room. |
| getEntityProperty(key, entityId) — Method in class com.whirled.EntityControl |
|
Looks up and returns the specified property for the specified entity. |
| getEntityProperty(key, entityId) — Method in class com.whirled.avrg.RoomSubControlClient |
|
Looks up and returns the specified property for the specified entity. |
| getEnumAttr(xml, name, enumClazz, defaultValue) — Static method in class com.threerings.util.XmlUtil |
| |
| getEnvironment() — Method in class com.whirled.EntityControl |
|
Get the "environment" in which this entity is presently running. |
| getErrString(message, badXml) — Static method in class com.threerings.util.XmlReadError |
| |
| getFacebookInfo() — Method in class com.whirled.avrg.PlayerSubControlClient |
|
Returns the player's Facebook info in a two element array. |
| getFile(name) — Method in class com.whirled.BaseDataPack |
|
Get a File, as a ByteArray. |
| getFileAsString(name) — Method in class com.whirled.BaseDataPack |
|
Get a File, as a String. |
| getFileAsXML(name) — Method in class com.whirled.BaseDataPack |
|
Get a File, as an XML object. |
| getFromCollection_v2(collName, count, msgOrPropName, playerId, consume, callback) — Method in class com.whirled.game.loopback.LoopbackGameControl |
|
Helper method for pickFromCollection and dealFromCollection. |
| getGroupId() — Method in class com.whirled.party.PartySubControl |
|
Get the group id of this party. |
| getGroupLogo() — Method in class com.whirled.party.PartySubControl |
|
Get the group logo, or null if called from the server agent. |
| getGroupName() — Method in class com.whirled.party.PartySubControl |
|
Get the name of the group hosting this party. |
| getHeadShot(occupantId) — Method in class com.whirled.game.LocalSubControl |
|
Return the headshot for the given occupant in the form of a DisplayObject. |
| getHeadShot_v2() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getHue(color) — Static method in class com.threerings.display.ColorUtil |
|
Returns a color's Hue value, in degrees. |
| getInfoParameters(loaderInfo, callback) — Static method in class com.threerings.util.ParameterUtil |
|
Get the parameters. |
| getInstanceId() — Method in class com.whirled.EntityControl |
|
Get the id of the viewer that is viewing this instance. |
| getInt(name) — Method in class com.whirled.BaseDataPack |
|
Convenience function to access some data as an int. |
| getIntAttr(xml, name, defaultValue) — Static method in class com.threerings.util.XmlUtil |
| |
| getIntersection(line:com.threerings.util:LineSegment, returnPoint) — Method in class com.threerings.util.LineSegment |
|
Internal method that calculates whether the other line intersects
and returns either the intersected point or merely the intersection
type. |
| getIntersectionPoint(line:com.threerings.util:LineSegment) — Method in class com.threerings.util.LineSegment |
|
Return the point at which the other line intersects us. |
| getIntersectionType(line:com.threerings.util:LineSegment) — Method in class com.threerings.util.LineSegment |
|
Tests if the given line intersects this line. |
| getInviterMemberId() — Method in class com.whirled.avrg.LocalSubControl |
|
Retrieves the ID of the member who invited the current player to this game (using the page
shown by showInvitePage. |
| getInviterMemberId() — Method in class com.whirled.game.LocalSubControl |
|
Retrieves the ID of the member who invited the current player to this game (using the page
shown by showInvitePage. |
| getInviterMemberId_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getInviteToken() — Method in class com.whirled.avrg.LocalSubControl |
|
Retrieves the token, if any, that was used to launch the game. |
| getInviteToken() — Method in class com.whirled.game.LocalSubControl |
|
Retrieves the token, if any, that was used to launch the game. |
| getInviteToken_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getItemPacks() — Method in class com.whirled.avrg.GameSubControlBase |
|
Returns the set of all item packs available to this game as an array of objects with the
following properties:
ident - string identifier of item pack
name - human readable name of item pack
mediaURL - URL for item pack content
|
| getItemPacks() — Method in class com.whirled.game.GameSubControl |
|
Returns the set of all item packs available to this game as an array of objects with the
following properties:
ident - string identifier of item pack
name - human readable name of item pack
mediaURL - URL for item pack content
|
| getItemPacks_v1(filter) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getJpeg() — Method in class com.threerings.display.JPGEncoder |
|
Return a byte array containing the encoded jpeg. |
| getLatestOperation() — Method in class com.threerings.util.Throttle |
|
Returns the timestamp of the most recently recorded operation. |
| getLeaderId() — Method in class com.whirled.party.PartySubControl |
|
Get the leaderId of this party. |
| getLength() — Method in class com.threerings.util.LineSegment |
|
Get the length of this line. |
| getLevel(module) — Static method in class com.threerings.util.Log |
|
Get the logging level for the specified module. |
| getLevelPacks() — Method in class com.whirled.avrg.GameSubControlBase |
|
Returns the set of all level packs available to this game as an array of objects with the
following properties:
ident - string identifier of item pack
name - human readable name of item pack
mediaURL - URL for item pack content
premium - boolean indicating that content is premium or not
|
| getLevelPacks() — Method in class com.whirled.game.GameSubControl |
|
Returns the set of all level packs available to this game as an array of objects with the
following properties:
ident - string identifier of item pack
name - human readable name of item pack
mediaURL - URL for item pack content
premium - boolean indicating that content is premium or not
|
| getLevelPacks_v2(filter) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getLoaders(sources, completeCallback, forEach, appDom) — Static method in class com.threerings.util.MultiLoader |
|
Exactly like getContents() only it returns the Loader objects rather than their contents. |
| getLoaders(sources, callback, appDom) — Method in class com.whirled.DataPack |
|
Get Loaders containing the specified files from the datapack. |
| getLog(moduleSpec) — Static method in class com.threerings.util.Log |
|
Retrieve a Log for the specified module. |
| getLogicalLocation() — Method in class com.whirled.EntityControl |
|
Returns our current logical location in the scene. |
| getMaskRectangle() — Method in class com.threerings.media.MediaContainer |
|
Get the mask area, or null if no mask is needed. |
| getMaxContentHeight() — Method in class com.threerings.media.MediaContainer |
|
Get the maximum allowable height for our content. |
| getMaxContentWidth() — Method in class com.threerings.media.MediaContainer |
|
Get the maximum allowable width for our content. |
| getMedia() — Method in class com.threerings.media.MediaContainer |
|
Get the media. |
| getMediaScaleX() — Method in class com.threerings.media.MediaContainer |
|
Get the X scaling factor to use on the actual media. |
| getMediaScaleX() — Method in class com.threerings.media.ScalingMediaContainer |
| |
| getMediaScaleY() — Method in class com.threerings.media.MediaContainer |
|
Get the Y scaling factor to use on the actual media. |
| getMediaScaleY() — Method in class com.threerings.media.ScalingMediaContainer |
| |
| getMemories() — Method in class com.whirled.EntityControl |
|
Return an associative hash of all the memories. |
| getMemory(key, defval) — Method in class com.whirled.EntityControl |
|
Returns the value associated with the supplied key in this item's memory. |
| getMetadata() — Method in class com.threerings.media.FlvVideoPlayer |
| |
| getMetadata() — Method in interface com.threerings.media.MediaPlayer |
|
Get metadata, or null if none or not yet available. |
| getMetadata() — Method in class com.threerings.media.Mp3AudioPlayer |
| |
| getMicrophone(index) — Method in class com.whirled.EntityControl |
|
Access the local user's microphone. |
| getMobSprite() — Method in class com.whirled.avrg.MobSubControlClient |
|
Accesses the sprite object for this MOB. |
| getMobSubControl(id) — Method in class com.whirled.avrg.RoomSubControlClient |
|
Accesses a previosly spawned MOB in this room. |
| getMobSubControl(id) — Method in class com.whirled.avrg.RoomSubControlServer |
|
Gets a MOB previously spawned in this room with the given id. |
| getMonthName(month, full) — Static method in class com.threerings.util.DateUtil |
|
Return the name of the given (integer) month; 0 is January, and so on. |
| getMusicId3() — Method in class com.whirled.EntityControl |
|
Get the id3 metadata of the currently playing music. |
| getMusicId3() — Method in class com.whirled.avrg.RoomSubControlClient |
|
Get the id3 metadata of the currently playing music. |
| getMusicOwnerId() — Method in class com.whirled.EntityControl |
|
Get the playerId of the owner of the currently playing music, aka the player who added it
to the playlist, or 0 if there is no music currently playing. |
| getMusicOwnerId() — Method in class com.whirled.avrg.RoomSubControlBase |
|
Get the playerId of the owner of the currently playing music, aka the player who added it
to the playlist, or 0 if there is no music currently playing. |
| getMyEntityId() — Method in class com.whirled.EntityControl |
|
Returns the Whirled-wide unique ID of this copy of the entity. |
| getMyId() — Method in class com.whirled.game.GameSubControl |
|
Returns this client's player id. |
| getMyId_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getMyPosition() — Method in class com.whirled.game.SeatingSubControl |
|
A convenient function to get our own player position,
or -1 if we're not a player. |
| getMyPosition_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getName() — Method in class com.whirled.party.PartySubControl |
|
Get the name of this party. |
| getNumber(name) — Method in class com.whirled.BaseDataPack |
|
Convenience function to access some data as a Number. |
| getNumberAttr(xml, name, defaultValue) — Static method in class com.threerings.util.XmlUtil |
| |
| getOccupantIds() — Method in class com.whirled.avrg.RoomSubControlBase |
|
Gets an array of the ids of all the occupants in this room. |
| getOccupantIds() — Method in class com.whirled.game.GameSubControl |
|
Returns the player ids of all occupants in the game room: players and watchers. |
| getOccupantName(playerId) — Method in class com.whirled.avrg.GameSubControlBase |
|
Get the name of an occupant of the game, or null if not found. |
| getOccupantName(playerId) — Method in class com.whirled.avrg.RoomSubControlBase |
|
Get the name of the specified occupant, who may be a player, or null if not found. |
| getOccupantName(playerId) — Method in class com.whirled.game.GameSubControl |
|
Get the display name of the specified occupant. |
| getOccupantName_v1(playerId) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getOccupants_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getOrientation() — Method in class com.whirled.ActorControl |
|
Returns the current orientation of this mobile. |
| getOwnerId() — Method in class com.whirled.PetControl |
|
Get the memberId of this pet's owner. |
| getPaintableArea(full) — Method in class com.whirled.avrg.LocalSubControl |
|
Returns the bounds of the area on which the AVRG will be drawn. |
| getParameters(disp, callback) — Static method in class com.threerings.util.ParameterUtil |
|
Get the parameters. |
| getParty(partyId) — Method in class com.whirled.avrg.GameSubControlBase |
|
Get the party control for the specified party. |
| getParty(partyId) — Method in class com.whirled.game.GameSubControl |
|
Get the party control for the specified party. |
| getPartyId() — Method in class com.whirled.avrg.PlayerSubControlBase |
|
Get the party id of this player. |
| getPartyId(occupantId) — Method in class com.whirled.game.PlayerSubControl |
|
Get the specified player's partyId, or 0 if they're not in a party. |
| getPartyId() — Method in class com.whirled.party.PartySubControl |
|
Get the party id, which is only used to identify a transient party instance. |
| getPartyIds() — Method in class com.whirled.avrg.GameSubControlBase |
|
Return the ids of all parties presently in this game. |
| getPartyIds() — Method in class com.whirled.game.GameSubControl |
|
Return the ids of all parties presently in this game. |
| getPerp(ccw) — Method in class com.threerings.geom.Vector2 |
|
Returns a vector that is perpendicular to this one. |
| getPixelLocation() — Method in class com.whirled.EntityControl |
|
Returns our current location in the scene, in pixel coordinates. |
| getPlayer(playerId) — Method in class com.whirled.avrg.AVRServerGameControl |
|
Accesses the server agent's player sub control for a player with a given id. |
| getPlayer(playerId) — Method in class com.whirled.game.NetSubControl |
|
Provides a per-player way to send messages to a specific player. |
| getPlayerId() — Method in class com.whirled.avrg.PlayerSubControlBase |
|
Returns the id of this player. |
| getPlayerId() — Method in class com.whirled.avrg.PlayerSubControlClient |
|
Returns the id of this player. |
| getPlayerId() — Method in class com.whirled.avrg.PlayerSubControlServer |
|
Returns the id of this player. |
| getPlayerIds() — Method in class com.whirled.avrg.GameSubControlBase |
|
Returns an array of the ids of all players who have joined and not yet quit the game. |
| getPlayerIds() — Method in class com.whirled.avrg.RoomSubControlBase |
|
Gets an array of the ids of all the players in this room. |
| getPlayerIds() — Method in class com.whirled.game.SeatingSubControl |
|
Get all the players at the table, in their seated position. |
| getPlayerIds() — Method in class com.whirled.party.PartySubControl |
|
Get the player ids in this party that are in this place. |
| getPlayerItemPacks() — Method in class com.whirled.avrg.PlayerSubControlBase |
|
Returns all item packs owned by this client's player (the default) or a specified player. |
| getPlayerItemPacks(playerId) — Method in class com.whirled.game.PlayerSubControl |
|
Returns all item packs owned by this client's player (the default) or a specified player. |
| getPlayerItemPacks_v1(playerId) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getPlayerLevelPacks() — Method in class com.whirled.avrg.PlayerSubControlBase |
|
Returns all level packs owned by this client's player (the default) or a specified player. |
| getPlayerLevelPacks(playerId) — Method in class com.whirled.game.PlayerSubControl |
|
Returns all level packs owned by this client's player (the default) or a specified player. |
| getPlayerLevelPacks_v1(playerId) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getPlayerName() — Method in class com.whirled.avrg.PlayerSubControlBase |
|
Returns the name of this player. |
| getPlayerName() — Method in class com.whirled.avrg.PlayerSubControlClient |
|
Returns the name of this player. |
| getPlayerName() — Method in class com.whirled.avrg.PlayerSubControlServer |
|
Returns the name of this player. |
| getPlayerNames() — Method in class com.whirled.game.SeatingSubControl |
|
Get the names of the seated players, in the order of their seated position. |
| getPlayerPosition(playerId) — Method in class com.whirled.game.SeatingSubControl |
|
Get the player's position (seated index), or -1 if not a player. |
| getPlayerPosition_v1(playerId) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getPlayers_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getPoint(name) — Method in class com.whirled.BaseDataPack |
|
Convenience function to access some data as a Point. |
| getPosition() — Method in class com.threerings.media.FlvVideoPlayer |
| |
| getPosition() — Method in interface com.threerings.media.MediaPlayer |
|
Get the position of the media, in seconds, or NaN if not yet ready. |
| getPosition() — Method in class com.threerings.media.Mp3AudioPlayer |
| |
| getProperty(key) — Method in class com.threerings.util.ImmutableProxyObject |
| |
| getProperty(key) — Method in class com.threerings.util.MapProxyObject |
|
Handle value = proxy[key]. |
| getPropertyNames() — Method in class com.threerings.util.Config |
|
Gets all the property names. |
| getPropertyNames(prefix) — Method in class com.whirled.avrg.OfflinePlayerPropertyControl |
|
Get the names of all currently-set properties that begin with the specified prefix. |
| getPropertyNames(prefix) — Method in class com.whirled.game.NetSubControl |
|
Get the names of all currently-set properties that begin with the specified prefix. |
| getPropertyNames(prefix) — Method in interface com.whirled.net.PropertyGetSubControl |
|
Get the names of all currently-set properties that begin with the specified prefix. |
| getRectangle(name) — Method in class com.whirled.BaseDataPack |
|
Convenience function to access some data as a Rectangle. |
| getRoom(roomId) — Method in class com.whirled.avrg.AVRServerGameControl |
|
Accesses the server agent's room sub control for a given room id. |
| getRoomBounds() — Method in class com.whirled.EntityControl |
|
Get the room's bounds in pixels. |
| getRoomBounds() — Method in class com.whirled.avrg.LocalSubControl |
|
Get the room bounds in "room pixels". |
| getRoomBounds() — Method in class com.whirled.avrg.RoomSubControlBase |
|
Get the room's bounds in pixel coordinates. |
| getRoomId() — Method in class com.whirled.avrg.PlayerSubControlBase |
|
Accesses the id of the room that this player is in. |
| getRoomId() — Method in class com.whirled.avrg.RoomSubControlBase |
|
Gets the id of this room. |
| getRoomId() — Method in class com.whirled.avrg.RoomSubControlClient |
|
Gets the id of this room. |
| getRoomId() — Method in class com.whirled.avrg.RoomSubControlServer |
|
Gets the id of this room. |
| getRoomName() — Method in class com.whirled.avrg.RoomSubControlBase |
|
Returns the name of this room. |
| getRound() — Method in class com.whirled.game.GameSubControl |
|
Returns the current round number. |
| getRound_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getSecurityDomain(imageURL) — Method in class com.threerings.media.MediaContainer |
|
Return the security domain to use for the specified image url. |
| getSingleChild(xml, name, defaultValue) — Static method in class com.threerings.util.XmlUtil |
| |
| getSize() — Method in class com.threerings.media.FlvVideoPlayer |
| |
| getSize() — Method in interface com.threerings.media.VideoPlayer |
|
Get the size of the video, or null if not yet known. |
| getSize() — Method in class com.whirled.game.LocalSubControl |
|
Get the size of the game area, expressed as a Point
(x = width, y = height). |
| getSize_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
|
Get the size of the game area. |
| getSnapshot() — Method in class com.threerings.display.CameraSnapshotter |
| |
| getSpawnedMobs() — Method in class com.whirled.avrg.RoomSubControlBase |
|
Returns an array of Strings corresponding to the ids of all the MOBs in this
room. |
| getState() — Method in class com.threerings.media.FlvVideoPlayer |
| |
| getState() — Method in interface com.threerings.media.MediaPlayer |
|
|
| getState() — Method in class com.threerings.media.Mp3AudioPlayer |
| |
| getState() — Method in class com.whirled.ActorControl |
|
Get the current state. |
| getState() — Method in class com.whirled.AvatarControl |
|
Get the current state. |
| getString(name) — Method in class com.whirled.BaseDataPack |
|
Convenience function to access some data as a String. |
| getStringArrayAttr(xml, name, stringMapping, defaultValue) — Static method in class com.threerings.util.XmlUtil |
| |
| getStringAttr(xml, name, defaultValue) — Static method in class com.threerings.util.XmlUtil |
| |
| getTargetId() — Method in class com.whirled.TargetedSubControl |
|
Get the targetId on which this control operates. |
| getTargetId() — Method in interface com.whirled.net.PropertyGetSubControl |
|
Get the targetId on which this control operates. |
| getTimeStamp() — Method in class com.threerings.util.Log |
| |
| getTurnHolderId() — Method in class com.whirled.game.GameSubControl |
|
Returns the player id of the current turn holder, or 0 if it's nobody's turn. |
| getTurnHolder_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getUintAttr(xml, name, defaultValue) — Static method in class com.threerings.util.XmlUtil |
| |
| getUserCookie_v2(playerId, callback) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
| getValue(name, defValue) — Method in class com.threerings.util.Config |
|
Fetches and returns the value for the specified configuration property. |
| getViewerName(id) — Method in class com.whirled.EntityControl |
|
Get the non-unique display name of the user viewing a particular instance. |
| getVolume() — Method in class com.threerings.media.FlvVideoPlayer |
| |
| getVolume() — Method in interface com.threerings.media.MediaPlayer |
|
Get the volume, from 0 to 1. |
| getVolume() — Method in class com.threerings.media.Mp3AudioPlayer |
| |
| getWeightedIndex(weights, randomFn) — Static method in class com.threerings.util.RandomUtil |
|
Return the picked index from a weighted list. |
| _gotDurationFromMetadata — Property in class com.threerings.media.FlvVideoPlayer |
| |
| GraphicsUtil — Class in package com.threerings.display |
| |
|
| 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 |