Player(uid:Int):Obj

Access player properties such as other players' race names and scores. Use as

 ForEach Player Do ...

or

 With Player(n) Do ...

Version Differences: This function was available for use in With under the name Players() since PCC 1.0.8. Do not use the name Players in new code, it is not supported by PCC2; use Player instead.

Since: PCC 1.0.18, PCC2 1.99.8

See also: Player Properties, Contexts, Functions