Click or drag to resize
IMyPlayerCollectionGetPlayers Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.GetPlayers(System.Collections.Generic.List{VRage.Game.ModAPI.IMyPlayer},System.Func{VRage.Game.ModAPI.IMyPlayer,System.Boolean})"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void GetPlayers(
	List<IMyPlayer> players,
	Func<IMyPlayer, bool> collect = null
)

Parameters

players
Type: System.Collections.GenericListIMyPlayer

[Missing <param name="players"/> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.GetPlayers(System.Collections.Generic.List{VRage.Game.ModAPI.IMyPlayer},System.Func{VRage.Game.ModAPI.IMyPlayer,System.Boolean})"]

collect (Optional)
Type: SystemFuncIMyPlayer, Boolean

[Missing <param name="collect"/> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.GetPlayers(System.Collections.Generic.List{VRage.Game.ModAPI.IMyPlayer},System.Func{VRage.Game.ModAPI.IMyPlayer,System.Boolean})"]

See Also