-
Notifications
You must be signed in to change notification settings - Fork 118
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
Expose extra optional arg in UpdatePlayerStat
function
#742
Expose extra optional arg in UpdatePlayerStat
function
#742
Conversation
This reverts commit a1ea16b.
Github actions having a moment, so I'm making a random whitespace change to trigger it again
UpdatePlayerStat
functionUpdatePlayerStat
function
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.
Trivial change as it just adds an optional function arg. Shouldn't need any testing.
Gonna let @ASpoonPlaysGames sign this off nevertheless as it touches progression related logic ^^
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.
Some nitpicks, but yeah looks good in general
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
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.
Questions from reviews have been answered.
Merging based on reviews. |
Exposes the previously hidden string argument in the
UpdatePlayerStat
function, that is needed to track some things more easily when hooking stats from places that needs to be manually made since it's not doable via callbacks.Currently some of the FD stats requires a Titan Ref to be specified in order to register, and that third string argument is where it goes.
Weapon assists also have challenges which does not track because they also need that extra arg for the Weapon Ref, since that needs to be hooked from another script.