• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] GetHandleId(udg_variable) ?

Status
Not open for further replies.
Level 17
Joined
Apr 27, 2008
Messages
2,455
I think that was obvious, even the name of GetHandleId helps a lot.

GetHandleId takes an handle and gives an integer (its id).
So udg_BdG_Handle should be an integer, not an handle (ofc changing the name is a must, for sake).
Hashtables take integers as arguments, not handles.

Now, if you're using the JNGP together with GUI, there are some lack of features in GUI with the handle stuff and hashtables (i'm not aware of something else, but i don't care about GUI)
 
Status
Not open for further replies.
Top