warzone2100
warzone2100 copied to clipboard
Add additional fields to JS Objects
Adds a direction
field to JS Structure objects, which represents the direction the structure is facing (from 0 to 3, representing 90 degree increments).
Adds an isFlying
field to JS Droid objects, which is true if the droid (VTOL or Transport) is currently in the air, false otherwise.