| Package | org.wak.scene |
| Interface | public interface IActionSpotDefinition |
| Implementors | XMLActionSpotDefinition |
| Property | Defined by | ||
|---|---|---|---|
| defaultAction : String [read-only]
Action id as default
| IActionSpotDefinition | ||
| description : String [read-only]
Description of the action spot area.
| IActionSpotDefinition | ||
| enabled : Boolean [read-only]
| IActionSpotDefinition | ||
| id : String [read-only]
Id of the action area.
| IActionSpotDefinition | ||
| interactionBehaviour : String [read-only]
animation behaviour to set to the player's character display
after walked to the interaction point.
| IActionSpotDefinition | ||
| interactionPoint : IntPoint
[read-only]
Usually the player's character should walk to the item to interact
with it.
| IActionSpotDefinition | ||
| name : String [read-only]
Name of the action spot area
| IActionSpotDefinition | ||
| position : IntPoint
[read-only]
the position of the gatespot on the scene
| IActionSpotDefinition | ||
| shape : Array [read-only]
Array of points to define the action spot shape.
| IActionSpotDefinition | ||
| visible : Boolean [read-only]
For debuging or setting the scene, the ActionSpot's area
will be visible.
| IActionSpotDefinition | ||
| defaultAction | property |
defaultAction:String [read-only]Action id as default
Implementation public function get defaultAction():String
| description | property |
description:String [read-only]Description of the action spot area.
Implementation public function get description():String
| enabled | property |
enabled:Boolean [read-only]Implementation
public function get enabled():Boolean
| id | property |
id:String [read-only]Id of the action area.
Implementation public function get id():String
| interactionBehaviour | property |
interactionBehaviour:String [read-only]animation behaviour to set to the player's character display after walked to the interaction point.
Implementation public function get interactionBehaviour():String
| interactionPoint | property |
interactionPoint:IntPoint [read-only]Usually the player's character should walk to the item to interact with it. Well this is the point where the player will walk before interact with this item in some way.
Implementation public function get interactionPoint():IntPoint
| name | property |
name:String [read-only]Name of the action spot area
Implementation public function get name():String
| position | property |
position:IntPoint [read-only]the position of the gatespot on the scene
Implementation public function get position():IntPoint
| shape | property |
shape:Array [read-only]Array of points to define the action spot shape.
Implementation public function get shape():Array
| visible | property |
visible:Boolean [read-only]For debuging or setting the scene, the ActionSpot's area will be visible.
Implementation public function get visible():Boolean