static public const CONST_1 :String = "CONST_1";
static public const CONST_A :String = "CONST_A";
public var constantsArr :Array;
Czy to możliwe, aby uzyskać tablicę klasy stałych bez dodawania ich ręcznie tak:AS3 - Jak uzyskać tablicę stałych klas?
constantsArr = [ CONST_1, CONST_A ];
możliwe duplikat http: // stackoverflow.com/questions/3871576/how-can-i-list-all-the-const-properties-defined-in-class – loxxy