Skip to content
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

Set record input props for all players, not just authority #309

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

TheYellowArchitect
Copy link
Contributor

@TheYellowArchitect TheYellowArchitect commented Oct 16, 2024

Solves #250

Basically registers the properties in that variable. Otherwise, it is always the same as _auth_input_props and made obsolete by it. But it shouldn't be so, because _record_input_props shouldn't care about authority, just like _record_state_props.

Currently, without this PR, there is no way to get the input property entries of a RollbackSynchronizer whose authority we don't have. Which is illogical given we know its _inputs.

Not to mention that this variable currently exists, but is completely unused (it cannot be used without this anyway)

@TheYellowArchitect TheYellowArchitect changed the title Record input props Set record input props for all players, not just authority Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants