Skip to content

helix / Sort

Variable: Sort

const Sort: object

Defined in: core/values/enums.ts:27

Selector sort= - the order a multi-match selector returns entities in. A named-constant namespace + union type (declaration merging), same stance as Gamemode: author Sort.NEAREST over the bare, typo-prone "nearest".

Type Declaration

ARBITRARY

readonly ARBITRARY: "arbitrary" = "arbitrary"

FURTHEST

readonly FURTHEST: "furthest" = "furthest"

NEAREST

readonly NEAREST: "nearest" = "nearest"

RANDOM

readonly RANDOM: "random" = "random"

Released under the MIT License · Credits