Static variables

staticread onlykind:TypeKind

Static methods

@:hlNative("std","alloc_enum_dyn")staticallocEnum(this:Type, index:Int, args:NativeArray<Dynamic>, nargs:Int):Dynamic

@:hlNative("std","alloc_obj")staticallocObject(this:Type):Dynamic

@:has_untypedstaticinlineget<T>(v:T):Type

@:hlNative("std","type_args_count")staticgetArgsCount(this:Type):Int

@:has_untypedstaticinlinegetDynamic(v:Dynamic):Type

@:hlNative("std","type_enum_fields")staticgetEnumFields(this:Type):NativeArray<Bytes>

@:hlNative("std","type_enum_values")staticgetEnumValues(this:Type):NativeArray<Dynamic>

@:hlNative("std","type_get_global")staticgetGlobal(this:Type):Dynamic

@:hlNative("std","type_instance_fields")staticgetInstanceFields(this:Type):NativeArray<Bytes>

@:hlNative("std","type_super")staticgetSuper(this:Type):Type

staticinlinegetTypeName(this:Type):String

@:hlNative("std","type_safe_cast")staticsafeCast(this:Type, t:Type):Bool

@:hlNative("std","type_set_global")staticsetGlobal(this:Type, v:Dynamic):Bool

@:has_untypedstaticinlinevoid():Type