| 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 | |
| r — Property in class com.threerings.util.Random | |
| R — Constant static property in class com.threerings.ui.KeyboardCodes | |
| R2D — Constant static property in class com.threerings.display.ColorUtil | |
| RAD — Constant static property in class com.threerings.display.ColorMatrix | |
| Random — Class in package com.threerings.util | |
| A seedable pseudorandom generator of the Mersenne Twister variety, with an extremely long period. | |
| Random(seed) — Constructor in class com.threerings.util.Random | |
| Creates a pseudo random number generation. | |
| randomize(amount) — Method in class com.threerings.display.ColorMatrix | |
| randomize() — Method in class com.threerings.display.Siner | |
| Randomize the value. | |
| RandomUtil — Class in package com.threerings.util | |
| Random Random utilities. | |
| receiveChat(senderId, msg) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| receiveMessage(messageName, value, fromId, toId) — Static method in class com.whirled.game.loopback.LoopbackGameControl | |
| receiveMessageLocally(messageName, value, fromId) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| receiveUserCookie(occupantId, cookieBytes) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| redispatch(eventType, source, target) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| redispatchError(event) — Method in class com.threerings.media.FlvVideoPlayer | |
| Redispatch some error we received to our listeners. | |
| _ref — Property in class com.threerings.util.WeakReference | |
| The only way to have a weak reference in actionscript. | |
| registerActions(... rest) — Method in class com.whirled.AvatarControl | |
| Register the named actions that can be used to animate the avatar. | |
| registerCustomConfig(func) — Method in class com.whirled.EntityControl | |
| Register a function used for generating a custom config panel. | |
| registerListener(dispatcher, event, listener, useCapture, priority) — Method in class com.threerings.util.EventHandlerManager | |
| Adds the specified listener to the specified dispatcher for the specified event. | |
| registerListenerUntil(triggerDispatcher, triggerEvent, dispatcher, event, listener) — Method in class com.threerings.util.EventHandlerManager | |
| Will register a listener on a dispatcher for an event until the trigger event has been dispatched on the trigger dispatcher. | |
| registerOneShotCallback(dispatcher, event, callback, useCapture, priority) — Method in class com.threerings.util.EventHandlerManager | |
| Registers a zero-arg callback function that should be called once when the event fires. | |
| registerPropertyProvider(func) — Method in class com.whirled.EntityControl | |
| Registers a function that provides custom entity properties. | |
| registerStates(... rest) — Method in class com.whirled.AvatarControl | |
| Register named states that can be selected by the wearer of this avatar. | |
| registerUnload(dispatcher) — Method in class com.threerings.util.EventHandlerManager | |
| Registers the freeAllHandlers() method to be called upon Event.UNLOAD on the supplied event dispatcher. | |
| reinit(operations, period) — Method in class com.threerings.util.Throttle | |
| Updates the number of operations for this throttle to a new maximum, retaining the current history of operations if the limit is being increased and truncating the newest operations if the limit is decreased. | |
| _remaining — Property in class com.threerings.util.MultiLoader | |
| remove(name) — Method in class com.threerings.util.Config | |
| Remove any set value for the specified preference. | |
| remove(key) — Method in interface com.threerings.util.Map | |
| Removes the mapping for the specified key. | |
| remove(observer) — Method in class com.threerings.util.ObserverList | |
| Remove an observer from this list. | |
| remove(o) — Method in interface com.threerings.util.Set | |
| Removes the specified element from this set if it is present. | |
| remove(key) — Method in class com.threerings.util.maps.DictionaryMap | |
| Removes the mapping for the specified key. | |
| remove(key) — Method in class com.threerings.util.maps.HashMap | |
| Removes the mapping for the specified key. | |
| remove(key) — Method in class com.threerings.util.maps.ImmutableMap | |
| Removes the mapping for the specified key. | |
| remove(key) — Method in class com.threerings.util.maps.WeakValueMap | |
| Removes the mapping for the specified key. | |
| remove(o) — Method in class com.threerings.util.sets.MapSet | |
| Removes the specified element from this set if it is present. | |
| removeAll(arr, element) — Static method in class com.threerings.util.ArrayUtil | |
| Removes all instances of the specified element from the array. | |
| removeAllIf(arr, pred) — Static method in class com.threerings.util.ArrayUtil | |
| Removes all elements in the array for which the specified predicate returns true. | |
| removeDecoration() — Method in class com.whirled.avrg.MobSubControlClient | |
| Removes the previously assigned decoration. | |
| removeDecoration(playerId) — Method in class com.whirled.avrg.RoomSubControlClient | |
| Removes the previously assigned decoration on a given player. | |
| removeDisplayAnimation(disp) — Static method in class com.threerings.display.AnimationManager | |
| Stop tracking the specified DisplayObject animation. | |
| removeEventListener(type, listener, useCapture) — Method in class com.threerings.media.Mp3AudioPlayer | |
| removeEventListener(type, listener, useCapture) — Method in class com.whirled.AbstractControl | |
| Unregisters an event listener. | |
| removeEventListener(type, listener, useCapture) — Method in class com.whirled.game.LocalSubControl | |
| Unregisters an event listener. | |
| removeFilter(disp, filter) — Static method in class com.threerings.display.FilterUtil | |
| Remove the specified filter from the DisplayObject. | |
| removeFirst(arr, element) — Static method in class com.threerings.util.ArrayUtil | |
| Remove the first instance of the specified element from the array. | |
| removeFirstIf(arr, pred) — Static method in class com.threerings.util.ArrayUtil | |
| Removes the first element in the array for which the specified predicate returns true. | |
| removeLast(arr, element) — Static method in class com.threerings.util.ArrayUtil | |
| Remove the last instance of the specified element from the array. | |
| removeLastIf(arr, pred) — Static method in class com.threerings.util.ArrayUtil | |
| Removes the last element in the array for which the specified predicate returns true. | |
| removeListeners(info) — Method in class com.threerings.media.MediaContainer | |
| Remove our listeners from the LoaderInfo object. | |
| removeTarget(target:com.threerings.util:LogTarget) — Static method in class com.threerings.util.Log | |
| Remove a logging target. | |
| _renderOnAdd — Property in class com.threerings.display.FrameSprite | |
| Should we call handleFrame() when we get ADDED_TO_STAGE? | |
| reportGameError(msg, err) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| Log the specified game error message. | |
| requestConsumeItemPack(ident, msg) — Method in class com.whirled.avrg.PlayerSubControlClient | |
| Requests to consume the specified item pack. | |
| requestConsumeItemPack(ident, msg) — Method in class com.whirled.game.PlayerSubControl | |
| Requests to consume the specified item pack. | |
| requestConsumeItemPack_v1(ident, msg) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| reset() — Method in class com.threerings.display.ColorMatrix | |
| Resets the matrix to the identity matrix. | |
| reset() — Method in class com.threerings.display.Siner | |
| Reset to 0, with the amplitude about to increase. | |
| resize(arr, newLength) — Static method in class com.threerings.util.ArrayUtil | |
| Properly resizes an Array, truncating if it's too large, and padding it with 'undefined' if too small. | |
| restartGameIn(seconds) — Method in class com.whirled.game.GameSubControl | |
| Requests to start the game again in the specified number of seconds. | |
| restartGameIn_v1(seconds) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| result() — Method in class com.threerings.util.ComparisonChain | |
| Ends this ComparisonChain and returns its reuslt. | |
| _result — Property in class com.threerings.util.MultiLoader | |
| rgb2Alpha(r, g, b) — Method in class com.threerings.display.ColorMatrix | |
| RIGHT — Constant static property in class com.threerings.ui.KeyboardCodes | |
| RIGHTBRACKET — Constant static property in class com.threerings.ui.KeyboardCodes | |
| RingBuffer — Class in package com.threerings.util | |
| RingBuffer(capacity) — Constructor in class com.threerings.util.RingBuffer | |
| Creates a new RingBuffer with the specified capacity. | |
| room — Property in class com.whirled.avrg.AVRGameControl | |
| Accesses the client's room sub control for the player's current room. | |
| roomId — Property in class com.whirled.avrg.AVRGameRoomEvent | |
| Gets the id of the room whose state is changing. | |
| RoomSubControlBase — Class in package com.whirled.avrg | |
| Provides AVR services for a single room to clients and server agents. | |
| RoomSubControlClient — Class in package com.whirled.avrg | |
| Provides AVR services for a client player's current room. | |
| RoomSubControlServer — Class in package com.whirled.avrg | |
| Provides AVR services for a single room to server agents only. | |
| roomToPaintable(p) — Method in class com.whirled.avrg.LocalSubControl | |
| Converts a decor coordinate to a paintable area coordinate. | |
| roomUnloaded — Event in class com.whirled.avrg.RoomSubControlServer | |
| Dispatched when a room has unloaded and is no longer accessible. | |
| ROOM_UNLOADED — Constant static property in class com.whirled.avrg.AVRGameRoomEvent | |
| Dispatched when a room has unloaded and is no longer accessible. | |
| ROOT_3 — Constant static property in class com.threerings.display.ColorUtil | |
| rotate(radians) — Method in class com.threerings.geom.Vector2 | |
| Returns a rotated copy of this vector. | |
| rotateBlue(degrees) — Method in class com.threerings.display.ColorMatrix | |
| rotateColor(degrees, x, y) — Method in class com.threerings.display.ColorMatrix | |
| rotateGreen(degrees) — Method in class com.threerings.display.ColorMatrix | |
| rotateHue(degrees) — Method in class com.threerings.display.ColorMatrix | |
| rotateLocal(radians) — Method in class com.threerings.geom.Vector2 | |
| Rotates the vector in place by 'radians'. | |
| rotateRed(degrees) — Method in class com.threerings.display.ColorMatrix | |
| RoundEnded — Event in class com.whirled.game.GameSubControl | |
| Dispatched when a round ends. | |
| ROUND_ENDED — Constant static property in class com.whirled.game.StateChangedEvent | |
| Indicates that the current round has ended. | |
| _roundId — Static property in class com.whirled.game.loopback.LoopbackGameControl | |
| _roundStarted — Static property in class com.whirled.game.loopback.LoopbackGameControl | |
| RoundStarted — Event in class com.whirled.game.GameSubControl | |
| Dispatched when a round starts. | |
| ROUND_STARTED — Constant static property in class com.whirled.game.StateChangedEvent | |
| Indicates that a round has started. | |
| roundStateChanged() — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| routeFunction(o, name, offlineImpl, rerouteToWhirled) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| runOnce(delayMs, callback) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| 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 | |