Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/lib/components/filter/filter_help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export class FilterHelp extends FloatElement {
<li>Matches items with floats that contain at least one match of the CS bomb code</li>
<li>Example Match: 0.234327355608454</li>
</ul>
<li>seed in (939, 1023, 1, 5)</li>
<ul>
<li>Matches items satisfying a paint seed in the collection of values</li>
</ul>
<li>percentile(90)</li>
<ul>
<li>Matches items with a float better than 90% of items of this type</li>
Expand Down