Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "direction" JS field to Structure objects #3508

Merged
merged 2 commits into from
Jun 2, 2024

Conversation

DARwins1
Copy link
Member

@DARwins1 DARwins1 commented Nov 13, 2023

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.
See #3830 for the isFlying field.

Adds a "direction" field to JS structure objects, which represents the direction the structure is facing (from 0 to 3, in 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.
@DARwins1 DARwins1 changed the title Add additional fields to JS Objects Add "direction" JS field to Structure objects Jun 1, 2024
@past-due past-due merged commit 62bb60a into Warzone2100:master Jun 2, 2024
36 of 37 checks passed
@past-due past-due added this to the 4.5.0-beta1 milestone Jun 2, 2024
@past-due past-due added the wzapi label Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants