Search results

  1. B

    Operator overloading in vJass

    Say, I have the following: static method operator [] takes unit whichUnit returns boolean call BJDebugMsg(GetUnitName(whichUnit)) return false endmethod method operator [] takes unit whichUnit returns boolean call SetUnitX(whichUnit, this.newX) call SetUnitY(whichUnit...
  2. B

    A question about reals in JASS

    Okay, I'm aware that R2S() displays the first 3 decimal digits only, however, JASS uses 32-bit reals, which support up to 7 decimal digits. So, I was wondering, is there a way to see those remaining 4 decimal digits ?
  3. B

    UnitRemoveAbility()

    native UnitRemoveAbility takes unit whichUnit, integer abilityId returns boolean When does it return "False" ? Thanks.
Top