-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update documentation regarding TaskPlaneMission #1215
base: master
Are you sure you want to change the base?
Update documentation regarding TaskPlaneMission #1215
Conversation
Updates the native documentation regarding TaskPlaneMission to reflect the `eVehicleMission` enum as well as the updated native parameters. This also updates certain native parameter types that were wrong, certain parameters are not `float`, but `int`.
TASK/TaskPlaneMission.md
Outdated
``` | ||
|
||
### Added parameters | ||
* **bPrecise**: A boolean value, defaults to `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be added as a parameter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, thanks!
Co-authored-by: Dillon Skaggs <[email protected]>
Move bPrecise to parameter section.
Thanks! I will triple check tomorrow that this properly builds tomorrow before I merge, as native-doc-toolings might still be out of date in the main repo. |
Updates the native documentation regarding
TaskPlaneMission
to reflect theeVehicleMission
enum as well as the updated native parameters.This also updates certain native parameter types that were wrong (not
float
, butint
as depicted in the game's idb dating back to 323, not sure why that was wrong, I guess due to assumptions).