HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Handles, etc... What are all of them?

03-04-2004, 03:41 AM#1
Narwanza
Alright, I know what handles are, but my question is, what are all of them? Let me rephrase that, what are all of the variables that can be defined as local ******. Here is the list I currently know of.
  • integer
  • real
  • boolean
  • group
  • force
  • unit
  • item

I probably know more but I can't think of them right off the top of my head. Is there anywhere I can get a comprehensive list, or would someone be willing to write one? I can't seem to find one in either the blizzard or common.j's.
03-04-2004, 03:43 AM#2
weaaddar
common.j starts with a huge list of what extends handle.
03-04-2004, 04:04 AM#3
Narwanza
Slap me please. Thanks weaaddar, I swear I have looked there but I guess i just missed the huge 100 line long definitions (don't ask me how).
03-04-2004, 07:23 AM#4
Cubasis
Oh,

And Integers, Reals and Strings don't extend handles. However we use the return bug to get the handle in a integer form.


Cubasis