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  
L — Constant static property in class com.threerings.ui.KeyboardCodes
_lastPosition — Property in class com.threerings.media.Mp3AudioPlayer
_lastSelected — Static property in class com.threerings.text.TextFieldUtil
The last tracked TextField to be selected.
_lastTime — Property in class com.threerings.util.Framerate
LEFT — Constant static property in class com.threerings.ui.KeyboardCodes
LEFTBRACKET — Constant static property in class com.threerings.ui.KeyboardCodes
leftRoom — Event in class com.whirled.avrg.PlayerSubControlBase
Dispatched when this player has left a room (or has chosen to leave the game).
LEFT_ROOM — Constant static property in class com.whirled.avrg.AVRGamePlayerEvent
An event type dispatched when the player leaves a room.
length — Property in class com.threerings.geom.Vector2
Returns this vector's length.
length — Property in class com.threerings.geom.Vector3
Returns this vector's length.
_length — Property in class com.threerings.util.RingBuffer
length — Property in class com.threerings.util.RingBuffer
Returns the number of elements currently stored in the RingBuffer.
_length — Property in class com.threerings.util.TimeBuffer
length — Property in class com.threerings.util.TimeBuffer
Returns the number of elements currently stored in the TimeBuffer.
lengthSquared — Property in class com.threerings.geom.Vector2
Returns the square of this vector's length.
LEVEL_NAMES — Constant static property in class com.threerings.util.Log
The outputted names of each level.
LEVEL_PACK — Constant static property in class com.whirled.game.GameContentEvent
Used to report level pack related events.
LEVEL_PACK_SHOP — Constant static property in class com.whirled.game.GameControl
_levels — Static property in class com.threerings.util.Log
A cache of log levels, copied from _setLevels.
_limitRate — Property in class com.threerings.ui.KeyRepeatLimiter
LinearAnimation — Class in package com.threerings.display
An Animation that linearly transitions from one value to another and optionally executes a callback function when the transition is complete.
LinearAnimation(from, to, duration, done) — Constructor in class com.threerings.display.LinearAnimation
LineSegment — Class in package com.threerings.util
Merely a typed container for two Points.
LineSegment(start, stop) — Constructor in class com.threerings.util.LineSegment
_list — Property in class com.threerings.util.ObserverList
The actual list of observers.
_listeners — Property in class com.threerings.util.EventHandlerManager
load(url) — Method in class com.threerings.media.FlvVideoPlayer
Start playing a video!
load(url, clientData) — Method in class com.threerings.media.Mp3AudioPlayer
Load and immediately start playing some audio!
load(sources, completeListener) — Static method in class com.whirled.DataPack
A static helper method to load one or more DataPacks without using any event listeners.
loadClasses(sources, appDom, completeCallback) — Static method in class com.threerings.util.MultiLoader
Loads classes into the specified ApplicationDomain.
LoaderUtil — Class in package com.threerings.display
Contains a utility method for safely unloading a Loader.
loadItemPackData(ident, onLoaded, onFailure) — Method in class com.whirled.avrg.GameSubControlBase
Loads the binary data for the item pack with the specified ident.
loadItemPackData(ident, onLoaded, onFailure) — Method in class com.whirled.game.GameSubControl
Loads the binary data for the item pack with the specified ident.
loadItemPackData_v1(ident, onLoaded, onFailure) — Method in class com.whirled.game.loopback.LoopbackGameControl
loadLevelPackData(ident, onLoaded, onFailure) — Method in class com.whirled.avrg.GameSubControlBase
Loads the binary data for the level pack with the specified ident.
loadLevelPackData(ident, onLoaded, onFailure) — Method in class com.whirled.game.GameSubControl
Loads the binary data for the level pack with the specified ident.
loadLevelPackData_v1(ident, onLoaded, onFailure) — Method in class com.whirled.game.loopback.LoopbackGameControl
loadOfflinePlayer(playerId, success, failure) — Method in class com.whirled.avrg.AVRServerGameControl
Loads the property space of an offline player and calls your function with it as an argument.
LobbyClosed — Event in class com.whirled.game.LocalSubControl
Dispatched if the game lobby is closed.
LOBBY_CLOSED — Constant static property in class com.whirled.game.LobbyClosedEvent
The type of this event.
LobbyClosedEvent — Class in package com.whirled.game
Dispatched if the player closes the game lobby.
LobbyClosedEvent() — Constructor in class com.whirled.game.LobbyClosedEvent
Constructor.
local — Property in class com.whirled.avrg.AVRGameControl
Accesses the client's local sub control.
local — Property in class com.whirled.game.GameControl
Access the 'local' services.
localChat_v1(msg) — Method in class com.whirled.game.loopback.LoopbackGameControl
LocalSubControl — Class in package com.whirled.avrg
Defines actions, accessors and callbacks available on the client only.
LocalSubControl — Class in package com.whirled.game
Provides access to the 'local' game services.
locationToPaintable(x, y, z) — Method in class com.whirled.avrg.LocalSubControl
Converts a 3D room location coordinate to a 2D paintable area coordinate.
locationToRoom(x, y, z) — Method in class com.whirled.avrg.LocalSubControl
Converts a 3D room location coordinate to a 2D decor coordinate.
log — Constant property in class com.threerings.media.FlvVideoPlayer
log — Constant static property in class com.threerings.media.MediaContainer
A log instance that can be shared by sprites.
_log — Static property in class com.threerings.util.Assert
log(msg) — Method in class com.threerings.util.JavascriptLogTarget
log(msg) — Method in interface com.threerings.util.LogTarget
Log the specified message, which is already fully formatted.
log — Property in class com.whirled.game.loopback.LoopbackGameControl
Log — Class in package com.threerings.util
A simple logging mechanism.
logStackTrace(error) — Method in class com.threerings.util.Log
Log just a stack trace with 'warning' priority.
LogTarget — Interface in package com.threerings.util
A very simple Logging interface used by Log.
logWarning(msg) — Static method in class com.threerings.util.ParameterUtil
Convenience function to log a warning, since we don't keep around a Log instance.
_loop — Property in class com.threerings.media.Mp3AudioPlayer
LoopbackGameControl — Class in package com.whirled.game.loopback
LoopbackGameControl(disp, isServer, isPartyGame, autoReady, completelyOffline) — Constructor in class com.whirled.game.loopback.LoopbackGameControl
LOWER_MASK — Constant static property in class com.threerings.util.Random
LRMap — Class in package com.threerings.util.maps
A Map that disposes of key/value mappings that were least-recently used or inserted after filling up.
LRMap(source:com.threerings.util:Map, maxSize, accessOrder) — Constructor in class com.threerings.util.maps.LRMap
LUMA_B — Constant static property in class com.threerings.display.ColorMatrix
LUMA_B2 — Constant static property in class com.threerings.display.ColorMatrix
LUMA_G — Constant static property in class com.threerings.display.ColorMatrix
LUMA_G2 — Constant static property in class com.threerings.display.ColorMatrix
LUMA_R — Constant static property in class com.threerings.display.ColorMatrix
LUMA_R2 — Constant static property in class com.threerings.display.ColorMatrix
luminance2Alpha() — Method in class com.threerings.display.ColorMatrix
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