Numeric User Override Gather`1 component as seen in the Scene Inspector
The NumericOverrideGather component acts the same as a Component:ValueUserOverride`1 with the key difference being it can get the average, minimum, maximum, and sum of all the values users picked that are still in the session.
The minimum value of all the _overrides for currently in session users. If a user doesnt have an entry, they are considered to have an entry of Default.
The maximum value of all the _overrides for currently in session users. If a user doesnt have an entry, they are considered to have an entry of Default.
The value for if of all the _overrides were added together for currently in session users. If a user doesnt have an entry, they are considered to have an entry of Default.
The average value of all the _overrides for currently in session users. If a user doesnt have an entry, they are considered to have an entry of Default.
Can be used to check if all users are using the same setting (like saying they're ready for a game round to start) or check the average of what people say the number of jellybeans in a jar is (so that someone can guess the average and get the closest to the answer)
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.