Click or drag to resize
IMyPlayerCollectionGetAllIdentites Method

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

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

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

Parameters

identities
Type: System.Collections.GenericListIMyIdentity

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

collect (Optional)
Type: SystemFuncIMyIdentity, Boolean

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

See Also