-
Notifications
You must be signed in to change notification settings - Fork 747
Common - Improve Headers for better clarity for ProgressBar and CanInteractWith #10942
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
base: master
Are you sure you want to change the base?
Conversation
LinkIsGrim
left a comment
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.
Long but accurate, /shrug
johnb432
left a comment
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.
Imo this should be in the documentation.
| * 0: The player. <OBJECT> | ||
| * 1: The interaction target. objNull to ignore. <OBJECT> | ||
| * 2: Exceptions. What general conditions are to skip? (default: []) <ARRAY> | ||
| * 2: Exceptions. What general conditions are to skip? (works like a permission system, if there is an exception, it will return true)(default: []) <ARRAY> |
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.
Imo this could be interpreted as "if one condition is true, then it will succeed" (= OR) instead of being AND.
Co-authored-by: johnb432 <[email protected]>
Co-authored-by: johnb432 <[email protected]>
Co-authored-by: johnb432 <[email protected]>
When merged this pull request will:
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}.