-
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
Extend the documentation for SetFloatingHelpTextStyle #856
Conversation
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.
PR seems good, just needs a couple changes 😊
Thank you for your contribution!
Thanks for reaching out to me
Made all the changes requested. Even made a small but pretty neat preview image. 😀 |
Looks good for the most part, except for the ordering, fixed it for you, download link below. Here's the contribution guide by the way. It has examples showing you how documentation should be submitted and its ordering 😊 Great work nonetheless! |
I've now updated everything and it should be in the correct order now. Also, I've uploaded the image to the forums for a reliable long-time appearance. If there is still something missing / wrong, feel free to tell me 😄. |
Great, looking good, approving :-) |
Introduction
I have done some research about the argument(-names) for the native SetFloatingHelpTextStyle.
For proper analysation I used several sources for the documentation, including the decompiled script
freemode.c
, aswell as a decompiled Scaleform from the base game.Updates
p1 --> style
p2 --> hudColor
p3 --> alpha Thank you 4mmonium
p4 --> arrowPosition
p5 --> boxOffset
Example
A very simple little code snippet, used for testing the parameters
Preview of the code above
// todo