• 🏆 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!

saverealbj

  1. 1)ark_NiTe

    [Solved] Same Value Returns Both 0.0 and NULL from Hashtable

    The following code returns true for r == 0.0 and r == null. Can anyone tell me why? I would expect that only r==0.0 would return true. local unit t = GetTriggerUnit() local real r = 0.0 //Save 0.0 value to hashtable call SaveRealBJ(0.0, GetHandleIdBJ(t), 1, udg_hashTable) //Other actions...
Top