| 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 | |
| AbstractCharacterDisplay — Class in package org.wak.character.display | |
| This class is the common interface for the graphical representation of a player in a Scene. | |
| AbstractCharacterDisplay() — Constructor in class org.wak.character.display.AbstractCharacterDisplay | |
| Constructor | |
| Acknowfont — Static property in class org.wak.main.Fonts | |
| action — Property in class org.wak.dialog.Topic | |
| Action of this topic. | |
| ACTION — Constant static property in class org.wak.dialog.TopicActions | |
| ActionControllerModern — Class in package org.wak.action.modern | |
| Action controller for the modern adventure style | |
| ActionControllerModern() — Constructor in class org.wak.action.modern.ActionControllerModern | |
| Constructor. | |
| ActionControllerSCI — Class in package org.wak.action.sci | |
| Action controller for the SCI style. | |
| ActionControllerSCI() — Constructor in class org.wak.action.sci.ActionControllerSCI | |
| Constructor. | |
| ActionControllerScumm — Class in package org.wak.action.scumm | |
| Action controller for the scumm adventure style | |
| ActionControllerScumm() — Constructor in class org.wak.action.scumm.ActionControllerScumm | |
| Constructor | |
| ActionIdClose — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdGive — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdInteract — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdLookAt — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdOpen — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdPickUp — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdPull — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdPush — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdTalkTo — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdUse — Constant static property in class org.wak.action.actions.AdventureActions | |
| ActionIdWalkTo — Constant static property in class org.wak.action.actions.AdventureActions | |
| ACTION_SELECTED — Constant static property in class org.wak.gui.events.GuiEvent | |
| ACTION_SELECTED — Event in class org.wak.gui.sci.SciGui | |
| Dispatched when an action button is clicked | |
| ACTION_SELECTED — Event in class org.wak.gui.sci.SciInventoryDisplay | |
| Dispatched when an action button is clicked inside the inventory window. | |
| ActionsFactory — Class in package org.wak.action | |
| Actions Factory class | |
| ActionsFactory() — Constructor in class org.wak.action.ActionsFactory | |
| ActionsManager — Class in package org.wak.action | |
| This class is the core of the player's interaction. | |
| ActionsManager(pAdvStyle) — Constructor in class org.wak.action.ActionsManager | |
| ActionsMngr — Static property in class org.wak.main.AdventureMaster | |
| ActionSpot — Class in package org.wak.scene | |
| Action spot, Class to define an intearactable area on the scene over the background. | |
| ActionSpot(pDef:org.wak.scene:IActionSpotDefinition) — Constructor in class org.wak.scene.ActionSpot | |
| actionspots — Property in interface org.wak.scene.ISceneDefinition | |
| Array of ActionSpot s. | |
| actionspots — Property in class org.wak.scene.SceneDefinition | |
| Array of ActionSpot s. | |
| actionspots — Property in class org.wak.scene.XMLSceneDefinition | |
| ACTIVATE — Constant static property in class org.wak.dialog.TopicActions | |
| ActivateOption(pTopicId) — Method in class org.wak.dialog.modern.ModernDialogController | |
| ActivateOption(pTopicId) — Method in class org.wak.dialog.sci.SciDialogController | |
| ActivateOption(pTopicId) — Method in class org.wak.dialog.scumm.DialogMenu | |
| Activates a dialog option asociated to the topic id in pTopicId | |
| ActivateOption(pTopicId) — Method in class org.wak.dialog.scumm.ScummDialogController | |
| add(p:org.wak.baseoneonline.flash.geom:IntPoint) — Method in class org.wak.baseoneonline.flash.geom.IntPoint | |
| addInteractableItem(pNewItem:org.wak.scene:ISceneInteractable) — Method in class org.wak.scene.Scene | |
| Add a new Scene Item to the Scene | |
| AddItem(pItem:org.wak.inventory:InventoryItem) — Method in class org.wak.inventory.Inventory | |
| Adds new item to the inventory | |
| addNew(p:org.wak.baseoneonline.flash.geom:IntPoint) — Method in class org.wak.baseoneonline.flash.geom.IntPoint | |
| AddParameter(pItem:org.wak.action:IInteractable) — Method in class org.wak.action.actions.BaseAction | |
| Add an IInteractable as action parameter. | |
| AddParameter(pItem:org.wak.action:IInteractable) — Method in class org.wak.action.actions.GiveAction | |
| AddParameter(pItem:org.wak.action:IInteractable) — Method in interface org.wak.action.actions.IAction | |
| Add an IInteractable as action parameter. | |
| AddParameter(pItem:org.wak.action:IInteractable) — Method in class org.wak.action.actions.UseAction | |
| AddPuzzleController(pPc:org.wak.main:PuzzleControllerBase) — Method in class org.wak.action.ActionsManager | |
| Add a new PuzzleControllerBase to the actions management. | |
| AddPuzzleController(pPc:org.wak.main:PuzzleControllerBase) — Method in class org.wak.main.AdventureMaster | |
| Add a new PuzzleController to the adventure. | |
| AdventureActions — Class in package org.wak.action.actions | |
| AdventureActions() — Constructor in class org.wak.action.actions.AdventureActions | |
| AdventureCharacter — Class in package org.wak.character | |
| Represents a character in the adventure. | |
| AdventureCharacter(pCharDef:org.wak.character:ICharacterDefinition) — Constructor in class org.wak.character.AdventureCharacter | |
| Constructor | |
| AdventureDialog — Class in package org.wak.dialog | |
| Data structure for dialog between two characters in the adventure. | |
| AdventureDialog(pDialogInput) — Constructor in class org.wak.dialog.AdventureDialog | |
| Constructor | |
| adventureGui — Property in class org.wak.gui.GuiManager | |
| The current IAdventureGui. | |
| AdventureMaster — Class in package org.wak.main | |
| This class is the orchestra director of the whole running adventure basicly controls the entry point of the game, initialization , shuting up, everything. | |
| AdventureMaster() — Constructor in class org.wak.main.AdventureMaster | |
| Constructor | |
| adventureSettings — Property in class org.wak.main.AdventureMaster | |
| AdventureStyle — Class in package org.wak.main | |
| Adventure style has the constants of the differents styles of adventures available. | |
| AdventureStyle() — Constructor in class org.wak.main.AdventureStyle | |
| AlignCenter(pW1, pWContainer) — Static method in class org.wak.utils.Utils | |
| Align a coordinate to be in the center | |
| Altefont — Static property in class org.wak.main.Fonts | |
| altKey — Property in class org.wak.scene.events.SceneEvent | |
| Indicates whether the Alt key is active (true) or inactive (false). | |
| ambientalSoundId — Property in interface org.wak.scene.ISceneDefinition | |
| The id of the ambiental sound or music of the Scene. | |
| ambientalSoundId — Property in class org.wak.scene.SceneDefinition | |
| The id of the ambiental sound or music of the Scene. | |
| ambientalSoundId — Property in class org.wak.scene.XMLSceneDefinition | |
| AngleInTwoIntPoints(pPointA:org.wak.baseoneonline.flash.geom:IntPoint, pPointB:org.wak.baseoneonline.flash.geom:IntPoint) — Method in class org.wak.scene.Scene | |
| Calculate the angle between two differents IntPoints. | |
| AngleInTwoPointsP(pX1, pY1, pX2, pY2) — Static method in class org.wak.utils.Utils | |
| Calculate the angle between two differents points. | |
| Animation — Class in package org.wak.character.display | |
| Data structure to contain an Animation description loaded from the CharDisplays xml. | |
| Animation(pAnimXML) — Constructor in class org.wak.character.display.Animation | |
| AnimationBehaviour — Class in package org.wak.character.display | |
| contain enumeration of constants of the behaviours animations. | |
| AnimationBehaviour() — Constructor in class org.wak.character.display.AnimationBehaviour | |
| ANIM_COMPLETE_EVENT — Constant static property in class org.wak.utils.BitmapMovieClip | |
| Dispatched when the loop reachs the end. | |
| ArrayIterator — Class in package org.wak.utils | |
| ArrayIterator(pStateArray) — Constructor in class org.wak.utils.ArrayIterator | |
| arrowDown — Property in class org.wak.gui.sci.SciInventoryDisplay | |
| Button to scroll down the inventory. | |
| arrowDown — Property in class org.wak.gui.scumm.ScummInventoryDisplay | |
| Button to scroll down the inventory. | |
| arrowLeft — Property in class org.wak.gui.modern.ModernInventoryDisplay | |
| Button to scroll left the inventory. | |
| arrowRight — Property in class org.wak.gui.modern.ModernInventoryDisplay | |
| Button to scroll right the inventory. | |
| arrowUp — Property in class org.wak.gui.sci.SciInventoryDisplay | |
| Button to scroll up the inventory. | |
| arrowUp — Property in class org.wak.gui.scumm.ScummInventoryDisplay | |
| Button to scroll up the inventory. | |
| AStar — Class in package org.wak.baseoneonline.flash.astar | |
| AStar(map:org.wak.baseoneonline.flash.astar:IAStarSearchable, start:org.wak.baseoneonline.flash.geom:IntPoint, goal:org.wak.baseoneonline.flash.geom:IntPoint) — Constructor in class org.wak.baseoneonline.flash.astar.AStar | |
| AStarNode — Class in package org.wak.baseoneonline.flash.astar | |
| Defines a weighted point/tile for use in AStar | |
| AStarNode(x, y, walkable) — Constructor in class org.wak.baseoneonline.flash.astar.AStarNode | |
| 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 | |