Click or drag to resize
IMyFactionCollectionSendPeaceRequest Method

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

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

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void SendPeaceRequest(
	long fromFactionId,
	long toFactionId
)

Parameters

fromFactionId
Type: SystemInt64

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

toFactionId
Type: SystemInt64

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

See Also