Click or drag to resize
IMyFactionCollectionFactionTagExists Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyFactionCollection.FactionTagExists(System.String,VRage.Game.ModAPI.IMyFaction)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool FactionTagExists(
	string tag,
	IMyFaction doNotCheck = null
)

Parameters

tag
Type: SystemString

[Missing <param name="tag"/> documentation for "M:VRage.Game.ModAPI.IMyFactionCollection.FactionTagExists(System.String,VRage.Game.ModAPI.IMyFaction)"]

doNotCheck (Optional)
Type: VRage.Game.ModAPIIMyFaction

[Missing <param name="doNotCheck"/> documentation for "M:VRage.Game.ModAPI.IMyFactionCollection.FactionTagExists(System.String,VRage.Game.ModAPI.IMyFaction)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyFactionCollection.FactionTagExists(System.String,VRage.Game.ModAPI.IMyFaction)"]

See Also