CreateFaction
Summary
public void CreateFaction(long founderId, string tag, string name, string desc, string privateInfo)
Creates new faction with faction type. Obsolete. Use CreateFactionNew(long, string, string, string, string, string)
Parameters
Remarks
You should use CreateFaction(long, string, string, string, string, MyFactionTypes) if you want to create a faction with different type ().
Summary
public void CreateFaction(long founderId, string tag, string name, string desc, string privateInfo, MyFactionTypes type)
Creates new faction Obsolete. Use CreateFactionNew(long, string, string, string, string, string)