Click or drag to resize
MyFactionMember Constructor

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

Initializes a new instance of the MyFactionMember class

Namespace: VRage.Game
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public MyFactionMember(
	long id,
	bool isLeader,
	bool isFounder = false
)

Parameters

id
Type: SystemInt64

[Missing <param name="id"/> documentation for "M:VRage.Game.MyFactionMember.#ctor(System.Int64,System.Boolean,System.Boolean)"]

isLeader
Type: SystemBoolean

[Missing <param name="isLeader"/> documentation for "M:VRage.Game.MyFactionMember.#ctor(System.Int64,System.Boolean,System.Boolean)"]

isFounder (Optional)
Type: SystemBoolean

[Missing <param name="isFounder"/> documentation for "M:VRage.Game.MyFactionMember.#ctor(System.Int64,System.Boolean,System.Boolean)"]

See Also