• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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