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

[JASS] Density natives/constants?

Status
Not open for further replies.
I discovered these natives with some constants just today.
What do you guys think these could be used (useful) for?

JASS:
constant native ConvertMapDensity takes integer i returns mapdensity
constant native GetCreatureDensity takes nothing returns mapdensity
constant native GetResourceDensity takes nothing returns mapdensity
native SetCreatureDensity takes mapdensity whichdensity returns nothing
native SetResourceDensity takes mapdensity whichdensity returns nothing


MAP_DENSITY_HEAVY
MAP_DENSITY_LIGHT
MAP_DENSITY_MEDIUM
MAP_DENSITY_NONE
 
Status
Not open for further replies.
Top