Property | Defined by | ||
---|---|---|---|
effect : uint
The effect that is initialized with this trigger.
| TriggerBase | ||
effectParam : uint
The parameter for the effect.
| TriggerBase | ||
hasEffect : Boolean
If the trigger has any impact on effects or not.
| TriggerBase | ||
period : uint
The period for the trigger.
| TriggerBase |
Method | Defined by | ||
---|---|---|---|
Creates a new TriggerBase object.
| TriggerBase | ||
toString():String
Creates and returns the string representation of the object.
| TriggerBase |
effect | property |
public var effect:uint
The effect that is initialized with this trigger.
effectParam | property |
public var effectParam:uint
The parameter for the effect.
hasEffect | property |
public var hasEffect:Boolean
If the trigger has any impact on effects or not.
period | property |
public var period:uint
The period for the trigger.
TriggerBase | () | constructor |
public function TriggerBase()
Creates a new TriggerBase object. Each property of the TriggerBase will be set to its default value.
toString | () | method |
public function toString():String
Creates and returns the string representation of the object.
ReturnsString — The string represenation of the object.
|