haXe API Documentation
Back |
Indexenum ValueType
import Type
Available in flash, neko, js, flash9, php, cpp
The diffent possible runtime types of a value.
See Type
for the haXe Reflection API.
- TUnknown
- TObject
- TNull
- TInt
- TFunction
- TFloat
- TEnum(e : Enum<Dynamic>)
- TClass(c : Class<Dynamic>)
- TBool
Back |
Index