-
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
Document various HUD/CAM natives #933
Closed
Closed
Conversation
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
Used actual names and documented what purpose they serve.
AvarianKnight
requested changes
Nov 17, 2023
* Update SetCamFarDof.md Reduce redundancy by referencing examples instead. * Update SetUseHiDof.md Better to not link to URLs that could get lost in the future. --------- Co-authored-by: ammonia-cfx <[email protected]>
* Update SetMinimapComponent.md Add more component id's, an example and make some minor adjustments. * Accommodate review requests Reverted back to ID instead of id, and correct the return value to state that it is hardcoded to return 1. I'm going to leave the Any to int change as I think it would be better to specify it than not (However, I do see your point), if you desire it to be changed I'll do so. * Additional information Add info on component ID 9 and add information about what component IDs 6 through 14 are used for in the game. * Update SetMinimapComponent.md Slight corrections to the markdown, moved hud colors to parameters section. --------- Co-authored-by: ammonia-cfx <[email protected]>
#934) * feat(natives): expand example and update natives for enhanced functionality * Update ClearWeatherTypeNowPersistNetwork.md Provide a usage example, remove wrongly assigned alias and rename the `milliseconds` parameter to `transitionTimeInMs`. --------- Co-authored-by: ammonia-cfx <[email protected]>
…sition (#935) * feat(natives/streaming): examples and updated natives for switch transition * Update SwitchToMultiFirstpart.md Moved the note out of the code block. * Update SetCloudsAlpha.md Nitpicking on some grammar and slight correctness on what this native actually does. --------- Co-authored-by: ammonia-cfx <[email protected]>
* Update GetInteriorHeading.md Added information about return value * Update GetInteriorHeading.md Added alias, added inroduction version back and changed return value text
* IsPlayerDrivingAgainstTraffic * Change name * Update IsPlayerDrivingDangerously.md Added an enum with different violation types. Added type 0 which I was able to test in-game, it only returns true when driving on paved sidewalks. --------- Co-authored-by: ammonia-cfx <[email protected]>
freedy69
changed the title
Document various HUD natives
Document various HUD/CAM natives
Dec 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Used actual names and documented what purpose they serve.