Initial support for AIR
This commit is contained in:
8
externs/air/flash/html/script/PropertyEnumHelper.hx
Normal file
8
externs/air/flash/html/script/PropertyEnumHelper.hx
Normal file
@@ -0,0 +1,8 @@
|
||||
package flash.html.script;
|
||||
|
||||
extern class PropertyEnumHelper {
|
||||
function new(enumPropertiesClosure : Dynamic, getPropertyClosure : Dynamic) : Void;
|
||||
function nextName(index : Int) : String;
|
||||
function nextNameIndex(lastIndex : Int) : Int;
|
||||
function nextValue(index : Int) : Dynamic;
|
||||
}
|
||||
Reference in New Issue
Block a user