| 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 | |
| I — Constant static property in class com.threerings.ui.KeyboardCodes | |
| IDENTITY — Constant static property in class com.threerings.display.ColorMatrix | |
| _image — Property in class com.threerings.display.JPGEncoder | |
| The image to encode | |
| ImageUtil — Class in package com.threerings.display | |
| Image and Bitmap related utility functions. | |
| immutable() — Method in class com.threerings.util.ImmutableProxyObject | |
| ImmutableMap — Class in package com.threerings.util.maps | |
| A map that throws IllegalOperationError is thrown if any mutating methods are called. | |
| ImmutableMap(source:com.threerings.util:Map) — Constructor in class com.threerings.util.maps.ImmutableMap | |
| ImmutableProxyObject — Class in package com.threerings.util | |
| Acts like the passed-in Object, but prevents modifications. | |
| ImmutableProxyObject(source, throwErrors) — Constructor in class com.threerings.util.ImmutableProxyObject | |
| imul(a, b) — Method in class com.threerings.util.Random | |
| _incs — Property in class com.threerings.display.Siner | |
| index — Property in class com.whirled.net.ElementChangedEvent | |
| Get the index (key) of the change. | |
| indexIf(arr, predicate) — Static method in class com.threerings.util.ArrayUtil | |
| Returns the index of the first item in the array for which the predicate function returns true, or -1 if no such item was found. | |
| indexOf(arr, element) — Static method in class com.threerings.util.ArrayUtil | |
| Returns the first index of the supplied element in the array. | |
| indexOf(searchElement, fromIndex) — Method in class com.threerings.util.RingBuffer | |
| Searches for an item in the ring buffer by using strict equality (===) and returns the index position of the item, or -1 if the item is not found. | |
| indexOf(searchElement, fromIndex) — Method in class com.threerings.util.TimeBuffer | |
| Searches for an item in the ring buffer by using strict equality (===) and returns the index position of the item, or -1 if the item is not found. | |
| INFINITE — Constant static property in class com.threerings.geom.Vector2 | |
| Infinite vector - often the result of normalizing a zero vector. | |
| INFINITE — Constant static property in class com.threerings.geom.Vector3 | |
| Infinite vector - often the result of normalizing a zero vector, or intersecting a vector with a parallel plane. | |
| info(... rest) — Method in class com.threerings.util.Log | |
| Log a message with 'info' priority. | |
| INFO — Constant static property in class com.threerings.util.Log | |
| init — Event in class com.threerings.media.MediaContainer | |
| Dispatched when we've initialized our content. | |
| init(target, initProps, defaults, maskProps) — Static method in class com.threerings.util.Util | |
| Initialize the target object with values present in the initProps object and the defaults object. | |
| initHue() — Method in class com.threerings.display.ColorMatrix | |
| _initialized — Property in class com.threerings.media.MediaContainer | |
| If we're using a Loader, true once the INIT event has been dispatched. | |
| initializeEncoding() — Method in class com.threerings.display.JPGEncoder | |
| initLoader() — Method in class com.threerings.media.MediaContainer | |
| Initialize a Loader as our _media, and configure it however needed to prepare loading user content. | |
| INSERT — Constant static property in class com.threerings.ui.KeyboardCodes | |
| interpolate(a:com.threerings.geom:Vector2, b:com.threerings.geom:Vector2, p) — Static method in class com.threerings.geom.Vector2 | |
| Returns a new vector that is the linear interpolation of vectors a and b at proportion p, where p is in [0, 1], p = 0 means the result is equal to a, and p = 1 means the result is equal to b. | |
| interpolate(a:com.threerings.geom:Vector3, b:com.threerings.geom:Vector3, p) — Static method in class com.threerings.geom.Vector3 | |
| Returns a new vector that is the linear interpolation of vectors a and b at proportion p, where p is in [0, 1], p = 0 means the result is equal to a, and p = 1 means the result is equal to b. | |
| intersection(s:com.threerings.geom:Vector3, p:com.threerings.geom:Vector3, n:com.threerings.geom:Vector3) — Method in class com.threerings.geom.Vector3 | |
| Finds the intersection of a ray emitted from s along this vector, with a plane passing through point p with normal n. | |
| intersection(a:com.threerings.util:Set, b:com.threerings.util:Set, result:com.threerings.util:Set) — Static method in class com.threerings.util.Sets | |
| Calculates the intersection of a and b and places it in result. | |
| INTERSECTION_NORTH — Constant static property in class com.threerings.util.LineSegment | |
| INTERSECTION_SOUTH — Constant static property in class com.threerings.util.LineSegment | |
| invert() — Method in class com.threerings.display.ColorMatrix | |
| invert() — Method in class com.threerings.geom.Vector2 | |
| Returns a copy of the vector, inverted. | |
| invertAlpha() — Method in class com.threerings.display.ColorMatrix | |
| invertLocal() — Method in class com.threerings.geom.Vector2 | |
| Inverts the vector. | |
| isAssignableAs(asClass, srcClass) — Static method in class com.threerings.util.ClassUtil | |
| Returns true if an object of type srcClass is a subclass of or implements the interface represented by the asClass paramter. | |
| isBlank(str) — Static method in class com.threerings.util.StringUtil | |
| Is the specified string null, empty, or does it contain only whitespace? | |
| isComplete() — Method in class com.threerings.display.JPGEncoder | |
| Return true if the encoding is complete. | |
| _isComplete — Property in class com.threerings.media.Mp3AudioPlayer | |
| isComplete() — Method in class com.whirled.BaseDataPack | |
| Has the loading of the datapack completed? | |
| isConnected() — Method in class com.whirled.AbstractControl | |
| Are we connected and running inside the whirled environment, or has someone just loaded up our SWF by itself? | |
| isConnected() — Method in class com.whirled.AbstractSubControl | |
| Are we connected and running inside the whirled environment, or has someone just loaded up our SWF by itself? | |
| isConnected() — Method in class com.whirled.game.GameControl | |
| Are we connected and running inside the whirled environment, or has someone just loaded up our SWF by itself? | |
| isConnected() — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| isContentInitialized() — Method in class com.threerings.media.MediaContainer | |
| Return true if the content has been initialized. | |
| isEmbedded() — Method in class com.whirled.game.LocalSubControl | |
| Is the game being played in a "Whirled embed"? | |
| isEmbedded_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| isEmpty() — Method in interface com.threerings.util.Map | |
| Returns true if this map contains no elements. | |
| isEmpty() — Method in interface com.threerings.util.Set | |
| Returns true if this set contains no elements. | |
| isEmpty() — Method in class com.threerings.util.sets.MapSet | |
| Returns true if this set contains no elements. | |
| isFalse(value, message) — Static method in class com.threerings.util.Assert | |
| Asserts that the value is false. | |
| isFromServer() — Method in class com.whirled.net.MessageReceivedEvent | |
| Returns true if the message was sent by the whirled game server or by the game's server agent. | |
| isGameActivated() — Method in class com.whirled.avrg.PropControl | |
| isIdle — Property in class com.whirled.avrg.AVRGameAvatar | |
| Whether the avatar is currently idle. | |
| isImage(url) — Method in class com.threerings.media.MediaContainer | |
| Does the specified url represent an image? | |
| _isImage — Property in class com.threerings.media.MediaContainer | |
| Are we displaying an image? | |
| isInPlay() — Method in class com.whirled.game.GameSubControl | |
| Is the game currently in play? | |
| isInPlay_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| isIntersected(line:com.threerings.util:LineSegment) — Method in class com.threerings.util.LineSegment | |
| isLowerCase(str) — Static method in class com.threerings.util.StringUtil | |
| Return true iff the first character is a lower-case character. | |
| isMoving() — Method in class com.whirled.ActorControl | |
| Returns whether the mobile is currently moving between locations in the scene. | |
| isMoving — Property in class com.whirled.avrg.AVRGameAvatar | |
| Whether the avatar is currently moving. | |
| isMyTurn() — Method in class com.whirled.game.GameSubControl | |
| A convenience method to just check if it's our turn. | |
| isMyTurn_v1() — Method in class com.whirled.game.loopback.LoopbackGameControl | |
| isNotNull(value, message) — Static method in class com.threerings.util.Assert | |
| Asserts that the value is not equal to null. | |
| isNull(value, message) — Static method in class com.threerings.util.Assert | |
| Asserts that the value is equal to null. | |
| isNull(item, ... rest) — Static method in class com.threerings.util.Predicates | |
| A predicate that tests for null (or undefined) items. | |
| _isPartyGame — Static property in class com.whirled.game.loopback.LoopbackGameControl | |
| isPersisting() — Method in class com.threerings.util.Config | |
| Are we persisting settings? | |
| isPlainObject(obj) — Static method in class com.threerings.util.Util | |
| Returns true if the specified object is just a regular old associative hash. | |
| isPlayer — Property in class com.whirled.game.loopback.LoopbackGameControl | |
| isPlayerHere(id) — Method in class com.whirled.avrg.RoomSubControlBase | |
| Tests if a player of a given id is in this room. | |
| isPlaying() — Method in class com.threerings.display.AnimationImpl | |
| isPlaying(anim:com.threerings.display:Animation) — Static method in class com.threerings.display.AnimationManager | |
| Test to see if the specified animation has been started and not stopped. | |
| isRegistered() — Method in class com.whirled.game.PlayerSubControl | |
| Returns true if this player is a full registered member of Whirled, false if they are an anonymous guest. | |
| isSameClass(obj1, obj2) — Static method in class com.threerings.util.ClassUtil | |
| isServer — Property in class com.whirled.game.loopback.LoopbackGameControl | |
| isSimple(obj) — Static method in class com.threerings.util.Util | |
| Is the specified object 'simple': one of the basic built-in flash types. | |
| isSleeping() — Method in class com.whirled.AvatarControl | |
| Detects whether this avatar is sleeping. | |
| isTrue(value, message) — Static method in class com.threerings.util.Assert | |
| Asserts that the value is true. | |
| isUIShowing(element) — Method in class com.whirled.avrg.LocalSubControl | |
| Is the particular UI element showing? | |
| isUpperCase(str) — Static method in class com.threerings.util.StringUtil | |
| Return true iff the first character is an upper-case character. | |
| isValidAddress(email) — Static method in class com.threerings.util.MailUtil | |
| Returns true if the supplied email address appears valid (according to a widely used regular expression). | |
| isWhitespace(character) — Static method in class com.threerings.util.StringUtil | |
| ITEM_PACK — Constant static property in class com.whirled.game.GameContentEvent | |
| Used to report item pack related events. | |
| ITEM_PACK_SHOP — Constant static property in class com.whirled.game.GameControl | |
| _itrKeys — Property in class com.threerings.util.ImmutableProxyObject | |
| _itrKeys — Property in class com.threerings.util.MapProxyObject | |
| A temporary ordering for iteration. | |
| 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 | |