| Package | sv.reflection.attributes |
| Class | public final class EffectAttribute |
| Inheritance | EffectAttribute Attribute |
| Property | Defined by | ||
|---|---|---|---|
| alias : String [read-only]
| EffectAttribute | ||
![]() | arguments : Array | Attribute | |
| event : String [read-only]
Specifies the name of the Event that triggers the effect.
| EffectAttribute | ||
| name : String [read-only]
Specifies the name of the effect.
| EffectAttribute | ||
| usage : int [read-only]
| EffectAttribute | ||
| Method | Defined by | ||
|---|---|---|---|
|
EffectAttribute(source:XML)
| EffectAttribute | ||
![]() |
getEntry(key:String):AttributeEntry
| Attribute | |
![]() |
getEntryValue(key:String):String
| Attribute | |
| alias | property |
alias:String [read-only]Implementation
public function get alias():String
| event | property |
event:String [read-only]Specifies the name of the Event that triggers the effect.
Implementation public function get event():String
| name | property |
name:String [read-only]Specifies the name of the effect.
Implementation public function get name():String
| usage | property |
usage:int [read-only]Implementation
public function get usage():int
| EffectAttribute | () | constructor |
public function EffectAttribute(source:XML)Parameters
source:XML |