Class
AttributeDef
AttributeDef
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
attrType | int | readwrite | |
choices | Strings String | readwrite | |
defValues | Strings String | readwrite | |
flags | uint | readwrite | |
name | string | readwrite | |
rangeMax | string | readwrite | |
rangeMin | string | readwrite | |
required | int | readwrite |
Methods
Constructor
AttributeDef AttributeDef (name: string, required: int, flags: uint, attrType: int, choices: Strings, defValues: Strings, rangeMin: string, rangeMax: string)
Parameter | Type | Description |
---|---|---|
name | string | |
required | int | |
flags | uint | |
attrType | int | |
choices | Strings | |
defValues | Strings | |
rangeMin | string | |
rangeMax | string |
Example | new AttributeDef() |
Used in:
number AttributeDefs.push (value: AttributeDef)
Return
AttributeDef AttributeDef.AttributeDef (name: string, required: int, flags: uint, attrType: int, choices: Strings, defValues: Strings, rangeMin: string, rangeMax: string)
AttributeDef AttributeDefs.pop ()
Jongware, 18-Jan-2015 v1.0 | Contents :: Index |