| 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 |
| G — Property in class org.flixel.data.FlxKeyboard |
| |
| _game — Static property in class org.flixel.FlxG |
|
Internal tracker for game object (so we can pause & unpause)
|
| _gameXOffset — Property in class org.flixel.FlxGame |
| |
| _gameYOffset — Property in class org.flixel.FlxGame |
| |
| getAngle(X, Y) — Static method in class org.flixel.FlxU |
|
Calculates the angle between a point and the origin (0,0). |
| getClass(Name) — Static method in class org.flixel.FlxU |
|
Look up a Class object by its string name. |
| getClassName(Obj, Simple) — Static method in class org.flixel.FlxU |
|
Get the String name of any Object. |
| getFirstAlive() — Method in class org.flixel.FlxGroup |
|
Call this function to retrieve the first object with dead == false in the group. |
| getFirstAvail() — Method in class org.flixel.FlxGroup |
|
Call this function to retrieve the first object with exists == false in the group. |
| getFirstDead() — Method in class org.flixel.FlxGroup |
|
Call this function to retrieve the first object with dead == true in the group. |
| getFirstExtant() — Method in class org.flixel.FlxGroup |
|
Call this function to retrieve the first object with exists == true in the group. |
| getFirstNull() — Method in class org.flixel.FlxGroup |
|
Call this function to retrieve the first index set to 'null'. |
| getMuteValue() — Static method in class org.flixel.FlxG |
|
Get a number that represents the mute state that we can multiply into a sound transform. |
| getRandom() — Method in class org.flixel.FlxGroup |
|
Returns a member at random from the group. |
| getScreenXY(Point:org.flixel:FlxPoint) — Method in class org.flixel.FlxObject |
|
Call this function to figure out the on-screen position of the object. |
| getScreenXY(Point:org.flixel:FlxPoint) — Method in class org.flixel.FlxSprite |
|
Call this function to figure out the on-screen position of the object. |
| getTile(X, Y) — Method in class org.flixel.FlxTilemap |
|
Check the value of a particular tile. |
| getTileByIndex(Index) — Method in class org.flixel.FlxTilemap |
|
Get the value of a tile in the tilemap by index. |
| gotID3(event) — Method in class org.flixel.FlxSound |
|
Internal event handler for ID3 info (i.e. |
| gravity — Property in class org.flixel.FlxEmitter |
|
Sets the acceleration.y member of each particle to this value on launch. |
| _group — Property in class org.flixel.FlxObject |
|
Dedicated internal flag for whether or not this class is a FlxGroup. |
|
| 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 |