Click or drag to resize
IMyFactionCollectionAreFactionsEnemies Method

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

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

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool AreFactionsEnemies(
	long factionId1,
	long factionId2
)

Parameters

factionId1
Type: SystemInt64

[Missing <param name="factionId1"/> documentation for "M:VRage.Game.ModAPI.IMyFactionCollection.AreFactionsEnemies(System.Int64,System.Int64)"]

factionId2
Type: SystemInt64

[Missing <param name="factionId2"/> documentation for "M:VRage.Game.ModAPI.IMyFactionCollection.AreFactionsEnemies(System.Int64,System.Int64)"]

Return Value

Type: Boolean

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

See Also