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 | |
S — Constant static property in class com.threerings.ui.KeyboardCodes | |
SAFE_IN_ORDER_NOTIFY — Constant static property in class com.threerings.util.ObserverList | |
A notification ordering policy indicating that the observers should be notified in the order they were added and that the notification should be done on a snapshot of the array. | |
safeOp(fn, settings) — Static method in class com.threerings.util.XmlUtil | |
Perform an operation on XML that takes place using the specified settings, and restores the XML settings to their previous values. | |
scale(value) — Method in class com.threerings.geom.Vector2 | |
Returns (this value). | |
scale(value) — Method in class com.threerings.geom.Vector3 | |
Returns a new vector that is the result of multiplying the current vector by the specified scalar. | |
scaleLocal(value) — Method in class com.threerings.geom.Vector2 | |
Scales this vector by value. | |
scaleLocal(value) — Method in class com.threerings.geom.Vector3 | |
Destructively multiplies this vector by the specified scalar. | |
ScalingMediaContainer — Class in package com.threerings.media | |
ScalingMediaContainer(maxWidth, maxHeight, center) — Constructor in class com.threerings.media.ScalingMediaContainer | |
seating — Property in class com.whirled.game.GameSubControl | |
Access the 'seating' subcontrol. | |
SeatingSubControl — Class in package com.whirled.game | |
Access seating information for a seated game. | |
seedUniquifier — Static property in class com.threerings.util.Random | |
seek(position) — Method in class com.threerings.media.FlvVideoPlayer | |
seek(position) — Method in interface com.threerings.media.MediaPlayer | |
Seek to the specified position. | |
seek(position) — Method in class com.threerings.media.Mp3AudioPlayer | |
selectKey(key, value) — Static method in class com.threerings.util.Maps | |
Returns the key of a map entry (for use as a transform function in filter ). |
|
selectValue(key, value) — Static method in class com.threerings.util.Maps | |
Returns the value of a map entry (for use as a transform function in filter ). |
|
SEMICOLON — Constant static property in class com.threerings.ui.KeyboardCodes | |
sendChat(msg) — Method in class com.whirled.PetControl | |
Send a chat message to the entire room. | |
sendChat_v1(msg) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
senderId — Property in class com.whirled.net.MessageReceivedEvent | |
Access the id of the occupant that sent the message. | |
sendMessage(name, arg) — Method in class com.whirled.EntityControl | |
Send a message to other instances of this entity, resulting in a MESSAGE_RECEIVED event. | |
sendMessage(name, value) — Method in class com.whirled.avrg.AgentSubControl | |
Sends a message to the agent. | |
sendMessage(name, value) — Method in class com.whirled.avrg.GameSubControlServer | |
Sends a message to all players in this game. | |
sendMessage(name, value) — Method in class com.whirled.avrg.PlayerSubControlServer | |
Sends a message to this player only. | |
sendMessage(name, value) — Method in class com.whirled.avrg.RoomSubControlServer | |
Sends a message to all the players that are in the room. | |
sendMessage(messageName, value, playerId) — Method in class com.whirled.game.NetSubControl | |
Send a "message" to other clients subscribed to the game. | |
sendMessage(name, value) — Method in interface com.whirled.net.MessageSubControl | |
Send a "message" to the listener(s) associated with this control. | |
sendMessage_v2(messageName, value, playerId) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
sendSignal(name, arg) — Method in class com.whirled.EntityControl | |
Send a message to all instances of all entities in this instance's current room, resulting in a SIGNAL_RECEIVED event. | |
sendSignal(name, value) — Method in class com.whirled.avrg.RoomSubControlServer | |
Sends a signal to all instances of all entities in the room. | |
sequence(... rest) — Static method in class com.threerings.util.Util | |
Returns a function that will call each of the given functions in order. | |
_serverAgentId — Static property in class com.whirled.game.loopback.LoopbackGameControl | |
SERVER_AGENT_ID — Constant static property in class com.whirled.game.GameSubControl | |
ID constant returned by getMyId when called by a game's server agent. |
|
SERVER_AGENT_ID — Constant static property in class com.whirled.game.loopback.LoopbackGameControl | |
SERVER_AGENT_ID — Constant static property in class com.whirled.net.MessageReceivedEvent | |
Sender id indicating that the message is from the game's server agent. | |
SERVER_ID — Constant static property in class com.whirled.net.MessageReceivedEvent | |
Sender id indicating that the message is from the whirled game server. | |
_serverLoopback — Static property in class com.whirled.game.loopback.LoopbackGameControl | |
ServerObject — Class in package com.whirled | |
Superclass for all server agents. | |
services — Property in class com.whirled.game.GameControl | |
Access the 'services' services. | |
ServicesSubControl — Class in package com.whirled.game | |
Provides access to 'services' game services. | |
set(x, y) — Method in class com.threerings.geom.Vector2 | |
Sets the vector's components to the given values. | |
set(x, y, z) — Method in class com.threerings.geom.Vector3 | |
Assigns values to the three parameters of this vector. | |
set(propName, value, immediate) — Method in class com.whirled.avrg.OfflinePlayerPropertyControl | |
set(propName, value, immediate) — Method in class com.whirled.game.NetSubControl | |
set(propName, value, immediate) — Method in interface com.whirled.net.PropertySubControl | |
Set a property value to be distributed to the other clients in this game. | |
Set — Interface in package com.threerings.util | |
A Set contains unique instances of objects. | |
setAlpha(alpha) — Method in class com.threerings.display.ColorMatrix | |
setAt(propName, index, value, immediate) — Method in class com.whirled.avrg.OfflinePlayerPropertyControl | |
Update one element of an Array. Note: Unlike setIn(), this update will fail silently if the index is out of bounds or if there is no array currently set at the specified property name. |
|
setAt(propName, index, value, immediate) — Method in class com.whirled.game.NetSubControl | |
Update one element of an Array. Note: Unlike setIn(), this update will fail silently if the index is out of bounds or if there is no array currently set at the specified property name. |
|
setAt(propName, index, value, immediate) — Method in interface com.whirled.net.PropertySubControl | |
Update one element of an Array. Note: Unlike setIn(), this update will fail silently if the index is out of bounds or if there is no array currently set at the specified property name. |
|
setAvatarLocation(x, y, z, orient) — Method in class com.whirled.avrg.PlayerSubControlBase | |
Sets the location and orientation of this player's avatar in room coordinates. | |
setAvatarState(state) — Method in class com.whirled.avrg.PlayerSubControlBase | |
Sets the stats of this player's avatar. | |
SetBuilder — Class in package com.threerings.util.sets | |
Builds Sets. | |
SetBuilder(valueClazz) — Constructor in class com.threerings.util.sets.SetBuilder | |
setCamera(camera) — Method in class com.threerings.display.CameraSnapshotter | |
setCameraName(cameraName) — Method in class com.threerings.display.CameraSnapshotter | |
setCapacity(newCapacity) — Method in class com.threerings.util.TimeBuffer | |
setChannels(r, g, b, a) — Method in class com.threerings.display.ColorMatrix | |
setControlledPanel(panel) — Method in class com.threerings.util.Controller | |
Set the panel being controlled. | |
setCookie(cookie, occupantId) — Method in class com.whirled.game.PlayerSubControl | |
Store persistent data that can later be retrieved by an instance of this game. | |
setCookie_v1(cookie, occupantId) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setCorrection() — Method in class com.threerings.display.CameraSnapshotter | |
There appears to be a bug with the camera that "locks" it to the size it was at when it was unmuted. | |
setDecoration(decoration) — Method in class com.whirled.avrg.MobSubControlClient | |
Assigns an object to decorate a mob. | |
setDecoration(playerId, decoration) — Method in class com.whirled.avrg.RoomSubControlClient | |
Assigns an object to decorate the given player. | |
setDefaultValue(value) — Method in class com.threerings.util.maps.MapBuilder | |
Make the Map have a default value other than undefined. | |
setFocusable(field) — Static method in class com.threerings.text.TextFieldUtil | |
Add a special MouseEvent.CLICK listener so that the specified field is focusable even inside a security boundary. | |
setFrameRate(frameRate) — Method in class com.whirled.game.LocalSubControl | |
Set the frame rate to use in your game. | |
setFrameRate_v1(frameRate, quality) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setHitPointTester(tester) — Method in class com.whirled.avrg.LocalSubControl | |
Configures the AVRG with a function to call to determine which pixels are alive for mouse purposes and which are not. | |
setHotSpot(x, y, height) — Method in class com.whirled.EntityControl | |
Set the layout "hotspot" for your item, specified as pixels relative to (0, 0) the top-left coordinate. | |
setHotSpot(x, y, height) — Method in class com.whirled.avrg.MobSubControlClient | |
Set the layout "hotspot" for your item, specified as pixels relative to (0, 0) the top-left coordinate. | |
setIcon(icon) — Method in class com.threerings.ui.SimpleIconButton | |
Update the icon for this button. | |
setIn(propName, key, value, immediate) — Method in class com.whirled.avrg.OfflinePlayerPropertyControl | |
Update one element of a Dictionary. Note: Unlike setAt(), this will usually work. |
|
setIn(propName, key, value, immediate) — Method in class com.whirled.game.NetSubControl | |
Update one element of a Dictionary. Note: Unlike setAt(), this will usually work. |
|
setIn(propName, key, value, immediate) — Method in interface com.whirled.net.PropertySubControl | |
Update one element of a Dictionary. Note: Unlike setAt(), this will usually work. |
|
setLevel(module, level) — Static method in class com.threerings.util.Log | |
Set the log level for the specified module. | |
setLevels(settingString) — Static method in class com.threerings.util.Log | |
Parses a String in the form of ":info;com.foo.game:debug;com.bar.util:warning" Semicolons separate modules, colons separate a module name from the log level. | |
_setLevels — Static property in class com.threerings.util.Log | |
The configured log levels. | |
setLogicalLocation(x, y, z, orient) — Method in class com.whirled.ActorControl | |
Requests that our location be updated. | |
setMappedScores(scores) — Method in class com.whirled.game.LocalSubControl | |
Set score or sortValue values for occupants. | |
setMappedScores_v1(scores) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setMaximumTextWidth(tf, width, truncationString) — Static method in class com.threerings.text.TextFieldUtil | |
Ensures that a single-line TextField is not wider than the specified width, and truncates it with the truncation string if is. | |
setMedia(url) — Method in class com.threerings.media.MediaContainer | |
Configure the media to display. | |
setMediaBytes(bytes) — Method in class com.threerings.media.MediaContainer | |
Set the media to display as a ByteArray. | |
setMediaClass(clazz) — Method in class com.threerings.media.MediaContainer | |
Configure our media as an instance of the specified class. | |
setMediaObject(disp) — Method in class com.threerings.media.MediaContainer | |
Configure an already-instantiated DisplayObject as our media. | |
setMemory(key, value, callback) — Method in class com.whirled.EntityControl | |
Requests that this item's memory be updated with the supplied key/value pair. | |
setMobSpriteExporter(exporter) — Method in class com.whirled.avrg.LocalSubControl | |
Sets the function that will manufacture DisplayObject instances on the client
when mobs are spawned by the server agent. |
|
setMode(width, height, fps, favorArea) — Method in class com.threerings.display.CameraSnapshotter | |
Just like Camera's setMode(). | |
setMoveSpeed(pixelsPerSecond) — Method in class com.whirled.ActorControl | |
Set this actor's movement speed, in pixels per second. | |
setMultiplicators(red, green, blue, alpha) — Method in class com.threerings.display.ColorMatrix | |
setOccupantsLabel(label) — Method in class com.whirled.game.LocalSubControl | |
Set a label to be shown above the occupants list in the game. | |
setOccupantsLabel_v1(label) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setOrientation(orient) — Method in class com.whirled.ActorControl | |
Requests that our orientation be updated. | |
setPath(path) — Method in class com.threerings.util.Config | |
Set the path, if null then we aren't persisting settings. | |
setPixelLocation(x, y, z, orient) — Method in class com.whirled.ActorControl | |
Requests that our location be updated. | |
setPlayerScores(scores, sortValues) — Method in class com.whirled.game.LocalSubControl | |
Set scores for seated players. | |
setPlayerScores_v1(scores, sortValues) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setPreferredY(pixels) — Method in class com.whirled.AvatarControl | |
Set this avatar's preferred height off the ground, in pixels. | |
setProperty(name, value) — Method in class com.threerings.util.ImmutableProxyObject | |
setProperty(key, value) — Method in class com.threerings.util.MapProxyObject | |
Handle proxy[key] = value. | |
setProperty_v2(propName, value, key, isArray, immediate) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
Sets a property. | |
setRoomViewBounds(roomBounds) — Method in class com.whirled.avrg.LocalSubControl | |
Set the boundaries of the room view in paintable coordinates, or null to have the room try to use the full area (default). | |
Sets — Class in package com.threerings.util | |
Factory methods for creating Sets. | |
setSeed(seed) — Method in class com.threerings.util.Random | |
Sets the seed of the generator. | |
setShowChrome(show) — Method in class com.whirled.avrg.LocalSubControl | |
Hide or show the chrome, the UI for Whirled itself. | |
setShowReplay_v1(show) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setShutdownOnRemove(enable) — Method in class com.threerings.media.MediaContainer | |
Sets whether this MediaContainer automatically shuts down when removed from the stage. | |
setStageQuality(quality) — Method in class com.whirled.game.LocalSubControl | |
Set the stage quality to use in your game. | |
setStageQuality_v1(quality) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setState(state) — Method in class com.whirled.ActorControl | |
Set the state of this actor. | |
setText(str, secondsToClear) — Method in class com.threerings.text.ClearingTextField | |
Set the specified text on this TextField, and clear the text after the specified delay. | |
setTicker_v1(tickerName, msOfDelay) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setTickInterval(interval) — Method in class com.whirled.EntityControl | |
Configures the interval on which this item is "ticked" in milliseconds. | |
setupBrokenImage(w, h) — Method in class com.threerings.media.MediaContainer | |
Display a 'broken image' to indicate there were troubles with loading the media. | |
setupSwfOrImage(url) — Method in class com.threerings.media.MediaContainer | |
Configure this sprite to show an image or flash movie. | |
setupVideo(url) — Method in class com.threerings.media.MediaContainer | |
Configure this sprite to show a video. | |
setUserCodeProperties(o) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setUserCookie_v1(cookie, playerId) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
setValue(name, value, flush) — Method in class com.threerings.util.Config | |
Returns the value specified. | |
setVolume(volume) — Method in class com.threerings.media.FlvVideoPlayer | |
setVolume(volume) — Method in interface com.threerings.media.MediaPlayer | |
Set the volume, between 0-1. | |
setVolume(volume) — Method in class com.threerings.media.Mp3AudioPlayer | |
shearBlue(red, green) — Method in class com.threerings.display.ColorMatrix | |
shearColor(x, y1, d1, y2, d2) — Method in class com.threerings.display.ColorMatrix | |
shearGreen(red, blue) — Method in class com.threerings.display.ColorMatrix | |
shearRed(green, blue) — Method in class com.threerings.display.ColorMatrix | |
shift() — Method in class com.threerings.util.RingBuffer | |
Removes the first element from the RingBuffer and returns it. | |
shift() — Method in class com.threerings.util.TimeBuffer | |
Removes the first element from the TimeBuffer and returns it. | |
SHIFT — Constant static property in class com.threerings.ui.KeyboardCodes | |
shiftHueBy(original, hueShift) — Static method in class com.threerings.display.FilterUtil | |
Shift the color matrix filter by the given amount. | |
shortClassName(obj) — Static method in class com.threerings.util.ClassUtil | |
Get the class name with the last part of the package, e.g. | |
showAllGames() — Method in class com.whirled.game.LocalSubControl | |
Opens the web page for all the games at whirled. | |
showAllGames_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl | |
showGameLobby(multiplayerOnly) — Method in class com.whirled.game.LocalSubControl | |
Opens the game's multiplayer lobby on this player's machine. | |
showGameLobby_v1(multiplayer) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
showGameShop(itemType, catalogId) — Method in class com.whirled.game.LocalSubControl | |
Opens the web page for this game's shop. | |
showGameShop_v1(itemType, catalogId) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
showInvitePage(defmsg, token) — Method in class com.whirled.avrg.LocalSubControl | |
Instructs the game client to open the game invite page, allowing the player to invite friends to play this game. | |
showInvitePage(defmsg, token) — Method in class com.whirled.game.LocalSubControl | |
Instructs the game client to open the game invite page, allowing the player to invite friends to play this game. | |
showInvitePage_v1(defmsg, token) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
showNewMedia(url) — Method in class com.threerings.media.MediaContainer | |
showPage(token) — Method in class com.whirled.FurniControl | |
Shows the Whirled page identified by the supplied token. | |
showPage(token) — Method in class com.whirled.avrg.LocalSubControl | |
Shows the Whirled page identified by the supplied token. | |
showPage(token) — Method in class com.whirled.game.LocalSubControl | |
Shows the Whirled page identified by the supplied token. | |
showPopup(title, panel, width, height, backgroundColor, backgroundAlpha) — Method in class com.whirled.EntityControl | |
Show a popup to the current user in the whirled. | |
SHOW_TO_ALL — Constant static property in class com.whirled.game.BagsSubControl | |
Player id constant used by pick and deal indicating that elements
should be picked or dealt publicly to all players. |
|
showTrophies() — Method in class com.whirled.game.LocalSubControl | |
Opens a popup displaying the trophies awarded by this game. | |
showTrophies_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl | |
showUI(element, arg) — Method in class com.whirled.avrg.LocalSubControl | |
Request to show a particular UI element. | |
shuffle(arr, rando:com.threerings.util:Random) — Static method in class com.threerings.util.ArrayUtil | |
Randomly shuffle the elements in the specified array. | |
shutdown(completely) — Method in class com.threerings.media.MediaContainer | |
Unload the media we're displaying, clean up any resources. | |
shutdown() — Method in class com.threerings.ui.KeyRepeatLimiter | |
Dispose of this KeyRepeatBlocker. | |
shutdown() — Method in class com.threerings.util.Framerate | |
shutdownMedia() — Method in class com.threerings.media.MediaContainer | |
Do whatever is necessary to shut down the media. | |
signalReceived — Event in class com.whirled.EntityControl | |
Dispatched when any entity or AVR game sends a message to all other entities. | |
signalReceived — Event in class com.whirled.avrg.RoomSubControlBase | |
Dispatched when a signal has been received in this room. | |
SIGNAL_RECEIVED — Constant static property in class com.whirled.ControlEvent | |
An event type dispatched when a signal is received. | |
SIGNAL_RECEIVED — Constant static property in class com.whirled.avrg.AVRGameRoomEvent | |
An event type dispatched when a signal has been received in this room. | |
similar(v:com.threerings.geom:Vector2, epsilon) — Method in class com.threerings.geom.Vector2 | |
Returns true if the components of v are equal to the components of this Vector2, within the given epsilon. | |
SimpleIconButton — Class in package com.threerings.ui | |
Takes a BitmapData and makes a button that brightens on hover and depresses when pushed. | |
SimpleIconButton(icon) — Constructor in class com.threerings.ui.SimpleIconButton | |
Constructor. | |
SimpleSkinButton — Class in package com.threerings.ui | |
A simple skin that shifts the text in the down state. | |
SimpleSkinButton(skin, text, textFieldProps, textFormatProps, padding, height, xshift, yshift, outline) — Constructor in class com.threerings.ui.SimpleSkinButton | |
Create a SimpleSkinButton. | |
SimpleTextButton — Class in package com.threerings.ui | |
Displays a simple button with a rounded rectangle or rectangle for a face. | |
SimpleTextButton(text, rounded, foreground, background, highlight, padding, textFormat) — Constructor in class com.threerings.ui.SimpleTextButton | |
simpleToString(obj, fieldNames) — Static method in class com.threerings.util.Joiner | |
Do a simple toString() on an object, printing the public fields. | |
simpleToString(obj, fieldNames) — Static method in class com.threerings.util.StringUtil | |
Return a pretty basic toString of the supplied Object. | |
SimpleVideoDisplay — Class in package com.threerings.media | |
An extremely simple video display. | |
SimpleVideoDisplay(player:com.threerings.media:VideoPlayer) — Constructor in class com.threerings.media.SimpleVideoDisplay | |
Create a video displayer. | |
Siner — Class in package com.threerings.display | |
Tracks multiple sine waves with different periods and amplitudes, and returns an instantaneous additive amplitude. | |
Siner(... rest) — Constructor in class com.threerings.display.Siner | |
SiningTextAnimation — Class in package com.threerings.display | |
SiningTextAnimation(text, textArgs) — Constructor in class com.threerings.display.SiningTextAnimation | |
_size — Property in class com.threerings.media.FlvVideoPlayer | |
Our size, null until known. | |
size — Event in interface com.threerings.media.VideoPlayer | |
Disptached when the size of the video is known. | |
size() — Method in interface com.threerings.util.Map | |
Return the current size of the map. | |
size() — Method in class com.threerings.util.ObserverList | |
Return the size of the list. | |
size() — Method in interface com.threerings.util.Set | |
Retuns the number of elements in this set. | |
size() — Method in class com.threerings.util.maps.WeakValueMap | |
Return the current size of the map. | |
size() — Method in class com.threerings.util.sets.MapSet | |
Retuns the number of elements in this set. | |
size — Property in class com.whirled.game.SizeChangedEvent | |
Get the size of the game area, expressed as a Point (The width is the x value, the height is the y value). | |
SIZE — Constant static property in class com.threerings.media.MediaPlayerCodes | |
Only applicable for VideoPlayer. | |
sizeChanged — Event in class com.whirled.avrg.LocalSubControl | |
Dispatched when the control has been resized. | |
SizeChanged — Event in class com.whirled.game.LocalSubControl | |
Dispatched when the size of the game area changes. | |
SIZE_CHANGED — Constant static property in class com.whirled.avrg.AVRGameControlEvent | |
An event type dispatched when the control has been resized. | |
SIZE_CHANGED — Constant static property in class com.whirled.game.SizeChangedEvent | |
The type of this event. | |
SizeChangedEvent — Class in package com.whirled.game | |
Dispatched when the size of the game area changes, for example as a result of the user resizing their browser window. | |
SizeChangedEvent(size) — Constructor in class com.whirled.game.SizeChangedEvent | |
Constructor. | |
_sizeChecker — Property in class com.threerings.media.FlvVideoPlayer | |
Checks the video every 100ms to see if the dimensions are now know. | |
SIZE_KNOWN — Constant static property in class com.threerings.media.MediaContainer | |
A ValueEvent we dispatch when our size is known. | |
SLASH — Constant static property in class com.threerings.ui.KeyboardCodes | |
smallerAngleBetween(v1:com.threerings.geom:Vector2, v2:com.threerings.geom:Vector2) — Static method in class com.threerings.geom.Vector2 | |
Returns the smaller of the two angles between v1 and v2, in radians. | |
_so — Property in class com.threerings.util.Config | |
The shared object that contains our preferences. | |
some(map:com.threerings.util:Map, condition) — Static method in class com.threerings.util.Maps | |
Tests if at least one entry in a map meets a condition. | |
some(theSet:com.threerings.util:Set, condition) — Static method in class com.threerings.util.Sets | |
Tests if at least one entry in a set meets a condition. | |
sort(arr) — Static method in class com.threerings.util.ArrayUtil | |
Sort the specified array according to natural order- all elements must implement Comparable or be null. | |
sortDisplayChildren(container, comp) — Static method in class com.threerings.display.DisplayUtil | |
Sorts a container's children, using ArrayUtil.stableSort. | |
sortedInsert(arr, val, comp) — Static method in class com.threerings.util.ArrayUtil | |
Inserts an object into a sorted Array in its correct, sorted location. | |
SortedMap — Class in package com.threerings.util.maps | |
A sorted Map implementation. | |
SortedMap(source:com.threerings.util:Map, comp) — Constructor in class com.threerings.util.maps.SortedMap | |
Construct a SortedMap. | |
sortOn(arr, sortFields) — Static method in class com.threerings.util.ArrayUtil | |
Sort the specified array according to one or more fields of the objects in the Array. | |
_sound — Property in class com.threerings.media.Mp3AudioPlayer | |
_source — Property in class com.threerings.ui.KeyRepeatLimiter | |
Our source. | |
_source — Property in class com.threerings.util.ImmutableProxyObject | |
SPACE — Constant static property in class com.threerings.ui.KeyboardCodes | |
spawnMob(id, name, x, y, z) — Method in class com.whirled.avrg.RoomSubControlServer | |
Creates a new MOB in this room. | |
speaker — Property in class com.whirled.game.UserChatEvent | |
Get player id of the speaker. | |
splice(arr, index, deleteCount, insertions) — Static method in class com.threerings.util.ArrayUtil | |
A splice that takes an optional Array of elements to splice in. | |
stableSort(arr, comp) — Static method in class com.threerings.util.ArrayUtil | |
Perform a stable sort on the specified array. | |
_stamp — Property in class com.threerings.display.Siner | |
start(anim:com.threerings.display:Animation) — Static method in class com.threerings.display.AnimationManager | |
Start (or restart) the specified animation. | |
start() — Method in class com.threerings.display.BackgroundJPGEncoder | |
Start encoding | |
start() — Static method in class com.threerings.util.ComparisonChain | |
Start a ComparisonChain. | |
start — Property in class com.threerings.util.LineSegment | |
startAnimation() — Method in class com.threerings.display.AnimationImpl | |
startDisplayAnim(event) — Static method in class com.threerings.display.AnimationManager | |
startedLoading() — Method in class com.threerings.media.MediaContainer | |
Called when we've started loading new media. | |
startNextTurn(nextPlayerId) — Method in class com.whirled.game.GameSubControl | |
Start the next player's turn. | |
startNextTurn_v1(nextPlayerId) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
startsWith(str, substr) — Static method in class com.threerings.util.StringUtil | |
Does the specified string start with the specified substring. | |
startTicker(tickerName, msOfDelay) — Method in class com.whirled.game.ServicesSubControl | |
Start the ticker with the specified name. | |
startTransaction_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl | |
Starts a transaction that will group all game state changes into a single message. | |
_startY — Property in class com.threerings.display.FloatingTextAnimation | |
_state — Property in class com.threerings.media.FlvVideoPlayer | |
state — Event in interface com.threerings.media.MediaPlayer | |
Dispatched when the state of the mediaplayer changes, usually in response to commands such as play/pause, etc. | |
_state — Property in class com.threerings.media.Mp3AudioPlayer | |
state — Property in class com.whirled.avrg.AVRGameAvatar | |
The avatar's current state. | |
STATE — Constant static property in class com.threerings.media.MediaPlayerCodes | |
stateChanged — Event in class com.whirled.ActorControl | |
Dispatched as notification that the actor's state has changed. | |
STATE_CHANGED — Constant static property in class com.whirled.ControlEvent | |
An event type dispatched to actors to indicate that they should be in the specified state. | |
StateChangedEvent — Class in package com.whirled.game | |
Dispatched when the state of the game has changed. | |
StateChangedEvent(type) — Constructor in class com.whirled.game.StateChangedEvent | |
STATE_PAUSED — Constant static property in class com.threerings.media.MediaPlayerCodes | |
STATE_PLAYING — Constant static property in class com.threerings.media.MediaPlayerCodes | |
STATE_READY — Constant static property in class com.threerings.media.MediaPlayerCodes | |
Indicates we're ready to play. | |
STATE_STOPPED — Constant static property in class com.threerings.media.MediaPlayerCodes | |
Indicates that the playhead reached the end and the media has stopped. | |
STATE_UNREADY — Constant static property in class com.threerings.media.MediaPlayerCodes | |
Indicates we're still loading or initializing. | |
stop(anim:com.threerings.display:Animation) — Static method in class com.threerings.display.AnimationManager | |
Stop the specified animation. | |
stop — Property in class com.threerings.util.LineSegment | |
stopAllTickers() — Method in class com.whirled.game.loopback.LoopbackGameControl | |
stopAnimation() — Method in class com.threerings.display.AnimationImpl | |
stopDisplayAnim(event) — Static method in class com.threerings.display.AnimationManager | |
stoppedLoading() — Method in class com.threerings.media.MediaContainer | |
Called when we've stopped loading, which may be as a result of completion, an error while loading, or early termination. | |
stopTicker(tickerName) — Method in class com.whirled.game.ServicesSubControl | |
Stop the specified ticker. | |
stopTicker(tickerName) — Method in class com.whirled.game.loopback.LoopbackGameControl | |
stringToLevel(s) — Static method in class com.threerings.util.Log | |
StringUtil — Class in package com.threerings.util | |
Contains useful static function for performing operations on Strings. | |
substitute(str, ... rest) — Static method in class com.threerings.util.StringUtil | |
Substitute "{n}" tokens for the corresponding passed-in arguments. | |
subtract(v:com.threerings.geom:Vector2) — Method in class com.threerings.geom.Vector2 | |
Returns (this - v). | |
subtract(v:com.threerings.geom:Vector3) — Method in class com.threerings.geom.Vector3 | |
Returns a new vector that is the subtraction of vector v from this vector. | |
subtractLocal(v:com.threerings.geom:Vector2) — Method in class com.threerings.geom.Vector2 | |
Subtracts another vector from this one, in place. | |
subtractLocal(v:com.threerings.geom:Vector3) — Method in class com.threerings.geom.Vector3 | |
Sets the vector to the result of subtraction of v, such that this = this - v . |
|
systemMessage(msg) — Method in class com.whirled.game.GameSubControl | |
Send a system chat message that will be seen by everyone in the game room, even observers. | |
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 |