Packageorg.wak.character
Interfacepublic interface ICharacterDefinition
ImplementorsXMLCharacterDefinition

Definition to create a new character in the adventure



Public Properties
 PropertyDefined by
  characterDisplayId : String
[read-only] Character Display id what is representing this character.
ICharacterDefinition
  characterId : String
[read-only] String id of the character.
ICharacterDefinition
  description : String
[read-only] The character's description.
ICharacterDefinition
  interactionName : String
[read-only] Name of the character.
ICharacterDefinition
  inventory : Array
[read-only] Array of Inventory Item Ids.
ICharacterDefinition
  speechColor : uint
[read-only] The speech color of the character.
ICharacterDefinition
Property detail
characterDisplayIdproperty
characterDisplayId:String  [read-only]

Character Display id what is representing this character.

Implementation
    public function get characterDisplayId():String
characterIdproperty 
characterId:String  [read-only]

String id of the character.

Implementation
    public function get characterId():String
descriptionproperty 
description:String  [read-only]

The character's description.

Implementation
    public function get description():String
interactionNameproperty 
interactionName:String  [read-only]

Name of the character.

Implementation
    public function get interactionName():String
inventoryproperty 
inventory:Array  [read-only]

Array of Inventory Item Ids.

Implementation
    public function get inventory():Array
speechColorproperty 
speechColor:uint  [read-only]

The speech color of the character.

Implementation
    public function get speechColor():uint