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 |
F — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F1 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F10 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F11 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F12 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F13 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F14 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F15 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F2 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F3 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F4 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F5 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F6 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F7 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F8 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
F9 — Constant static property in class com.threerings.ui.KeyboardCodes |
| |
fail(message) — Static method in class com.threerings.util.Assert |
| Displays an error message, with an optional stack trace. |
FAST_UNSAFE_NOTIFY — Constant static property in class com.threerings.util.ObserverList |
| A notification ordering policy wherein the observers are notified
last to first so that they can be removed during the notification
process and new observers added will not inadvertently be notified
as well, but no copy of the observer list need be made. |
feedback(msg) — Method in class com.whirled.avrg.LocalSubControl |
|
Displays a feedback chat message for the local player only, no other players or observers
will see it. |
feedback(msg) — Method in class com.whirled.game.LocalSubControl |
|
Display a feedback chat message for the local player only, no other players
or observers will see it. |
FileUtil — Class in package com.threerings.util |
| |
filter(map:com.threerings.util:Map, condition, transform) — Static method in class com.threerings.util.Maps |
|
Filters all the entries in a map against a condition, transforms those that meet the
condition and returns an array of the transformed, filtered entries. |
filter(text) — Method in class com.whirled.game.LocalSubControl |
|
Run the specified text through the user's chat filter. |
FilterUtil — Class in package com.threerings.display |
|
Useful utility methods that wouldn't be needed if the flash API were not so retarded. |
filter_v1(text) — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
findIf(arr, predicate) — Static method in class com.threerings.util.ArrayUtil |
|
Returns the first item in the array for which the predicate function returns true, or
undefined if no such item was found. |
findInHierarchy(top, name, findShallow, maxDepth) — Static method in class com.threerings.display.DisplayUtil |
|
Find a component with the specified name in the specified display hierarchy. |
findKey(map:com.threerings.util:Map, value) — Static method in class com.threerings.util.Maps |
|
Return the first key found for the specified value, or undefined if not found. |
finishedEnumerating(clazz) — Static method in class com.threerings.util.Enum |
|
This should be called by your enum subclass after you've finished enumating the enum
constants. |
_firstIndex — Property in class com.threerings.util.RingBuffer |
| |
_firstIndex — Property in class com.threerings.util.TimeBuffer |
| |
fitRectInRect(rect, bounds) — Static method in class com.threerings.display.DisplayUtil |
|
Returns the most reasonable position for the specified rectangle to
be placed at so as to maximize its containment by the specified
bounding rectangle while still placing it as near its original
coordinates as possible. |
FloatingTextAnimation — Class in package com.threerings.display |
| |
FloatingTextAnimation(text, textArgs, duration, dy) — Constructor in class com.threerings.display.FloatingTextAnimation |
| |
FlvVideoPlayer — Class in package com.threerings.media |
| |
FlvVideoPlayer(autoPlay) — Constructor in class com.threerings.media.FlvVideoPlayer |
| |
_fn — Property in class com.threerings.display.TextCharAnimation |
| |
focusContainer_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl |
| |
forEach(fn) — Method in interface com.threerings.util.Map |
|
Call the specified function to iterate over the mappings in this Map. |
_forEach — Property in class com.threerings.util.MultiLoader |
| |
forEach(callback, thisObject) — Method in class com.threerings.util.RingBuffer |
|
Executes a function on each item in the ring buffer. |
forEach(fn) — Method in interface com.threerings.util.Set |
|
Call the specified function, which accepts an element as an argument. |
forEach(callback) — Method in class com.threerings.util.TimeBuffer |
|
Executes a function on each item in the buffer. |
forEach(fn) — Method in class com.threerings.util.maps.DictionaryMap |
|
Call the specified function to iterate over the mappings in this Map. |
forEach(fn) — Method in class com.threerings.util.maps.HashMap |
|
Call the specified function to iterate over the mappings in this Map. |
forEach(fn) — Method in class com.threerings.util.maps.SortedMap |
|
Call the specified function to iterate over the mappings in this Map. |
forEach(fn) — Method in class com.threerings.util.maps.WeakValueMap |
|
Call the specified function to iterate over the mappings in this Map. |
forEach(fn) — Method in class com.threerings.util.sets.MapSet |
|
Call the specified function, which accepts an element as an argument. |
format(pairs, s, args) — Static method in class com.threerings.util.Joiner |
|
Format the args into a String: a0=a1, a2=a3, a4=a5, a6
|
formatMessage(level, args) — Method in class com.threerings.util.Log |
| |
formatNumber(n) — Static method in class com.threerings.util.StringUtil |
|
Format the specified number, nicely, with commas. |
_fpsBuffer — Property in class com.threerings.util.Framerate |
| |
fpsCur — Property in class com.threerings.util.Framerate |
| |
FPSDisplay — Class in package com.threerings.text |
| |
FPSDisplay(framesToTrack) — Constructor in class com.threerings.text.FPSDisplay |
| |
fpsMax — Property in class com.threerings.util.Framerate |
| |
fpsMean — Property in class com.threerings.util.Framerate |
| |
fpsMin — Property in class com.threerings.util.Framerate |
| |
_frameDispatcher — Constant static property in class com.threerings.text.TextFieldUtil |
| |
frameHandler(event) — Static method in class com.threerings.display.AnimationManager |
|
Handle the ENTER_FRAME event. |
_framer — Static property in class com.threerings.display.AnimationManager |
| |
Framerate — Class in package com.threerings.util |
| |
Framerate(disp, timeWindow) — Constructor in class com.threerings.util.Framerate |
| |
FrameSprite — Class in package com.threerings.display |
|
Convenience superclass to use for sprites that need to update every frame. |
FrameSprite(renderFrameUponAdding) — Constructor in class com.threerings.display.FrameSprite |
|
|
_frameStamps — Property in class com.threerings.text.FPSDisplay |
| Timestamps of past ENTER_FRAME events. |
_framesToTrack — Property in class com.threerings.text.FPSDisplay |
| The number of running frames we track. |
freeAllHandlers() — Method in class com.threerings.util.EventHandlerManager |
|
Free all handlers that have been added via this registerListener() and have not been
freed already via unregisterListener()
|
freeAllOn(dispatcher) — Method in class com.threerings.util.EventHandlerManager |
|
Free all event listeners on the specified dispatcher. |
_from — Property in class com.threerings.display.LinearAnimation |
| |
fromAngle(radians, len) — Static method in class com.threerings.geom.Vector2 |
|
Creates a Vector2 of magnitude 'len' that has been rotated about the origin by 'radians'. |
fromByte(clazz, code) — Static method in class com.threerings.util.ByteEnum |
|
Returns the enum value with the specified code in the supplied enum class. |
fromBytes(bytes) — Static method in class com.threerings.util.StringUtil |
|
Turn the specified byte array, containing only ascii characters, into a String. |
fromPoint(p) — Static method in class com.threerings.geom.Vector2 |
|
Converts Point p to a Vector2. |
fromPoints(s, t) — Static method in class com.threerings.geom.Vector2 |
|
Creates a new Vector2 pointing from s to t. |
FurniControl — Class in package com.whirled |
|
This file should be included by furniture, so that it can communicate
with the whirled. |
FurniControl(disp) — Constructor in class com.whirled.FurniControl |
|
Create a furni interface. |
FURNITURE_SHOP — Constant static property in class com.whirled.game.GameControl |
| |
|
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 |