-
Notifications
You must be signed in to change notification settings - Fork 2k
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 natives #938
Conversation
Added purpose, parameter names and real names of natives in the following namespaces: CAM, HUD, NETWORK
Add missing parenthesis to GetPauseMenuPosition
Added parameter information and used correct names for speed parameters
Fixed underscore in alias name and added description.
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.
I left some review. I recommand you change them before @4mmonium see them. Also this is a BIG BIG PR, you should maybe to 8-10 files max per PR.
- If the changes involve removing files, I'd rather see 8 changes max per PR between removals and file adds (this happens when a native is renamed to something else).
- If cs_type changes are required, same.
- If it's just description/parameter name changes then I guess more than 10 up to a limit of 15 are fine.
hi, i've taken a look at your reviews and changed the files accordingly, let me know if there's anything else i missed. and also sorry for the huge pr |
Changed hashes to look better for the markdown
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.
Great PR. Good job.
Added purpose, parameter names and real names of natives that I've used in the past, in the following namespaces: CAM, HUD, NETWORK