| 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 |
| GameContext — class, package artcustomer.maxima.context |
|
GameContext : Context of the game. |
| GameContext(contextView:flash.display:DisplayObjectContainer) — Constructor, class artcustomer.maxima.context.GameContext |
|
Constructor
|
| GameContextLogo — class, package artcustomer.maxima.context.logo |
|
GameContextLogo
|
| GameContextLogo() — Constructor, class artcustomer.maxima.context.logo.GameContextLogo |
|
Constructor
|
| GameContextMenu — class, package artcustomer.maxima.context.menu |
|
GameContextMenu
|
| GameContextMenu() — Constructor, class artcustomer.maxima.context.menu.GameContextMenu |
|
Constructor
|
| GameControlsMap — class, package artcustomer.maxima.engine.inputs.controls.map |
|
GameControlsMap
|
| GameControlsMap() — Constructor, class artcustomer.maxima.engine.inputs.controls.map.GameControlsMap |
|
Constructor
|
| gameDestroy — Event, class artcustomer.maxima.context.GameContext |
| |
| GAME_DESTROY — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| GameEngine — class, package artcustomer.maxima.engine |
|
GameEngine
|
| GameEngine() — Constructor, class artcustomer.maxima.engine.GameEngine |
|
Constructor
|
| gameError — Event, class artcustomer.maxima.context.InteractiveContext |
| |
| GameError — class, package artcustomer.maxima.errors |
|
GameError
|
| GameError(message:String, id:int) — Constructor, class artcustomer.maxima.errors.GameError |
|
Throw a GameError. |
| GAME_ERROR — Constant Static Property, class artcustomer.maxima.events.GameErrorEvent |
| |
| GAME_ERROR — Constant Static Property, class artcustomer.maxima.utils.consts.ErrorName |
| |
| GameErrorEvent — class, package artcustomer.maxima.events |
|
GameErrorEvent
|
| GameErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, error:Error, errorName:String) — Constructor, class artcustomer.maxima.events.GameErrorEvent |
|
Constructor
|
| GameEvent — class, package artcustomer.maxima.events |
|
GameEvent
|
| GameEvent(type:String, bubbles:Boolean, cancelable:Boolean, context:artcustomer.maxima.context:IGameContext, contextWidth:int, contextHeight:int, stageWidth:int, stageHeight:int) — Constructor, class artcustomer.maxima.events.GameEvent |
|
Constructor
|
| gameFocusIn — Event, class artcustomer.maxima.context.InteractiveContext |
| |
| GAME_FOCUS_IN — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| gameFocusOut — Event, class artcustomer.maxima.context.InteractiveContext |
| |
| GAME_FOCUS_OUT — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| gameFullScreen — Event, class artcustomer.maxima.context.InteractiveContext |
| |
| GAME_FULL_SCREEN — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| GameInputEvent — class, package artcustomer.maxima.events |
|
GameInputEvent
|
| GameInputEvent(type:String, bubbles:Boolean, cancelable:Boolean, context:artcustomer.maxima.context:IGameContext, nativeEvent:flash.events:Event) — Constructor, class artcustomer.maxima.events.GameInputEvent |
|
Constructor
|
| GameMode — class, package artcustomer.maxima.utils.consts |
|
GameMode : Helpful to disociate development and production. |
| GameName — class, package artcustomer.maxima.utils.consts |
|
GameName : Default name of the game
|
| gameNormalScreen — Event, class artcustomer.maxima.context.InteractiveContext |
| |
| GAME_NORMAL_SCREEN — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| GAMEPAD — Constant Static Property, class artcustomer.maxima.utils.consts.ControlType |
| |
| GamepadControl — class, package artcustomer.maxima.engine.inputs.controls |
|
GamepadControl
|
| GamepadControl() — Constructor, class artcustomer.maxima.engine.inputs.controls.GamepadControl |
|
Constructor
|
| gamePause — Event, class artcustomer.maxima.context.GameContext |
| |
| GAME_PAUSE — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| gameReset — Event, class artcustomer.maxima.context.GameContext |
| |
| GAME_RESET — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| gameResize — Event, class artcustomer.maxima.context.InteractiveContext |
| |
| GAME_RESIZE — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| gameResume — Event, class artcustomer.maxima.context.GameContext |
| |
| GAME_RESUME — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| gameSetup — Event, class artcustomer.maxima.context.GameContext |
| |
| GAME_SETUP — Constant Static Property, class artcustomer.maxima.events.GameEvent |
| |
| GameUniverse — class, package artcustomer.maxima.utils.consts |
|
GameUniverse : Information about game
|
| get(key:String) — method, class artcustomer.maxima.engine.Shore |
|
Get data in Shore. |
| getAsset(source:String) — method, class artcustomer.maxima.engine.AssetsLoader |
|
Get Asset by source
|
| getAsset(source:String) — method, class artcustomer.maxima.engine.assets.data.AssetsCache |
|
Get Asset by source
|
| getAssetByFile(file:String) — method, class artcustomer.maxima.engine.AssetsLoader |
|
Get Asset by file
|
| getAssetByFile(file:String) — method, class artcustomer.maxima.engine.assets.data.AssetsCache |
|
Get Asset by file
|
| getAssetByName(name:String) — method, class artcustomer.maxima.engine.AssetsLoader |
|
Get Asset by name
|
| getAssetByName(name:String) — method, class artcustomer.maxima.engine.assets.data.AssetsCache |
|
Get Asset by name
|
| getChannel(index:int) — method, class artcustomer.maxima.engine.sounds.ChannelFactory |
|
Get channel at index. |
| getChannelAt(index:int) — method, class artcustomer.maxima.engine.SFXEngine |
|
Get channel at index. |
| getControlByKey(keyCode:String, controlType:String) — method, class artcustomer.maxima.engine.inputs.controls.map.GameControlsMap |
|
Get control by key code. |
| getEntry(scoreID:String, playerID:String) — method, class artcustomer.maxima.core.score.data.ScoreDataBase |
|
Get entry in database
|
| getExtension(file:String) — Static Method , class artcustomer.maxima.utils.tools.FileTools |
|
Get a file extension. |
| getExtensionAt(index:int) — method, class artcustomer.maxima.engine.assets.resources.ResourceFile |
|
Get ResourceType at index. |
| getGroup(group:String) — method, class artcustomer.maxima.engine.AssetsLoader |
|
Get asset group. |
| getGroup(group:String) — method, class artcustomer.maxima.engine.assets.data.AssetsCache |
|
Get asset group. |
| getInstance() — Static Method , class artcustomer.maxima.core.EngineObjectInjector |
|
Instantiate EngineObjectInjector. |
| getInstance() — Static Method , class artcustomer.maxima.debug.console.ConsoleLog |
|
Instantiate ConsoleLog. |
| getInstance() — Static Method , class artcustomer.maxima.debug.stats.StatsManager |
|
Instantiate StatsManager. |
| getInstance() — Static Method , class artcustomer.maxima.engine.AssetsLoader |
|
Instantiate AssetsLoader. |
| getInstance() — Static Method , class artcustomer.maxima.engine.DirectInputEngine |
|
Instantiate DirectInputEngine. |
| getInstance() — Static Method , class artcustomer.maxima.engine.EngineManager |
|
Instantiate EngineManager. |
| getInstance() — Static Method , class artcustomer.maxima.engine.GameEngine |
|
Instantiate GameEngine. |
| getInstance() — Static Method , class artcustomer.maxima.engine.NavigationSystem |
|
Instantiate NavigationSystem. |
| getInstance() — Static Method , class artcustomer.maxima.engine.RenderEngine |
|
Instantiate RenderEngine. |
| getInstance() — Static Method , class artcustomer.maxima.engine.SFXEngine |
|
Instantiate SFXEngine. |
| getInstance() — Static Method , class artcustomer.maxima.engine.ScoreEngine |
|
Instantiate ScoreEngine. |
| getInstance() — Static Method , class artcustomer.maxima.engine.Shore |
|
Instantiate Shore. |
| getInstance() — Static Method , class artcustomer.maxima.engine.sounds.ChannelFactory |
|
Instantiate ChannelFactory. |
| getInstance() — Static Method , class artcustomer.maxima.engine.sounds.SoundsCache |
|
Instantiate SoundsCache. |
| getInstance() — Static Method , class artcustomer.maxima.proxies.threads.MultiThreadProxy |
|
Instantiate MultiThreadProxy. |
| getNameByKeycode(keyCode:uint) — Static Method , class artcustomer.maxima.utils.InputUtils |
|
Get key name by key code. |
| getParameter(name:String) — method, class artcustomer.maxima.context.ServiceContext |
|
Get Flash parameter by name. |
| getScore(scoreID:String, playerID:String) — method, class artcustomer.maxima.engine.ScoreEngine |
|
Get score
|
| getSound(url:String) — method, class artcustomer.maxima.engine.sounds.SoundsCache |
|
Get sound in cache. |
| GlobalLoader — class, package artcustomer.maxima.core.loader |
|
GlobalLoader
|
| GlobalLoader(aName:String) — Constructor, class artcustomer.maxima.core.loader.GlobalLoader |
|
Constructor
|
| gotoTimeLine(key:String) — method, class artcustomer.maxima.engine.NavigationSystem |
|
Navigates to an element in the browsing TimeLine. |
| group — Property, interface artcustomer.maxima.engine.assets.IAsset |
| |
| _group — Property, class artcustomer.maxima.engine.assets.medias.AbstractLoadableAsset |
| |
|
| 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 |