HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

user defined data types

10-31-2003, 02:05 AM#1
silverdrake
type my_type extends handle

what does this do? as far as i can tell i can't define the data contained in my_type by adding member variables or anything so it seems pointless. is a type not a data structure?
10-31-2003, 08:48 AM#2
PitzerMike
JASS doesn't support structured user defined types I think.
10-31-2003, 07:15 PM#3
silverdrake
damn. im new to JASS and saw "type" and got excited. guess ill have to make a precompiler to extend the language