World.players

Gets a list of the players spawned in the world.

  1. T[] players [@property getter]
    class World
    @property
    T[]
    players
    (
    T = Player
    string condition = ""
    )
    ()
  2. Player[] players [@property getter]

Meta