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 additional fields to JS Objects #3508

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DARwins1
Copy link
Contributor

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant