Click or drag to resize
IMyFactionCollectionCreateFaction Method

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

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

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void CreateFaction(
	long founderId,
	string tag,
	string name,
	string desc,
	string privateInfo
)

Parameters

founderId
Type: SystemInt64

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

tag
Type: SystemString

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

name
Type: SystemString

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

desc
Type: SystemString

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

privateInfo
Type: SystemString

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

See Also