| Package | org.wak.character |
| Interface | public interface ICharacterDefinition |
| Implementors | XMLCharacterDefinition |
| Property | Defined 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 | ||
| characterDisplayId | property |
characterDisplayId:String [read-only]Character Display id what is representing this character.
Implementation public function get characterDisplayId():String
| characterId | property |
characterId:String [read-only]String id of the character.
Implementation public function get characterId():String
| description | property |
description:String [read-only]The character's description.
Implementation public function get description():String
| interactionName | property |
interactionName:String [read-only]Name of the character.
Implementation public function get interactionName():String
| inventory | property |
inventory:Array [read-only]Array of Inventory Item Ids.
Implementation public function get inventory():Array
| speechColor | property |
speechColor:uint [read-only]The speech color of the character.
Implementation public function get speechColor():uint