-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(natives/misc): add descriptions and examples for the wind natives (
#1181) * feat(natives/misc): Add desc, return value and examples for GET_WIND_DIRECTION * feat(natives/misc): Add return value and examples for GET_WIND_SPEED * fix(naitves/misc): correct math in js example for GET_WIND_DIRECTION * feat(natives/misc): add csharp examples for GET_WIND_DIRECTION and GET_WIND_SPEED * style(natives/misc): condense js example array for GET_WIND_SPEED Makes it easier to read, the lua one stays as is because it would become to long horizontally since we are forced to specify the indexes. * feat(natives/misc): add desc and examples to SET_WIND_* natives Some very basic examples, unsure if there is any better way to write the examples without making it too complicated.
- Loading branch information
1 parent
91ba274
commit 4a5b4ce
Showing
5 changed files
with
207 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters