• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Hashtable returns zero

Status
Not open for further replies.
Level 1
Joined
Oct 3, 2017
Messages
2
I'm having trouble loading a value from a hashtable. It always returns zero

hash-png.281231


This code will show 0.000 even though I just se the value to 50...
 

Attachments

  • Hash.png
    Hash.png
    3.3 KB · Views: 53
Level 1
Joined
Oct 3, 2017
Messages
2
OK, there were two problems, it was not initialized, and I was trying to read an integer as an real value.

Thanks!
 
Status
Not open for further replies.
Top