Space Engineers
Public Member Functions | Properties | List of all members
VRage.Game.ModAPI.IMyFaction Interface Reference
Inheritance diagram for VRage.Game.ModAPI.IMyFaction:
Sandbox.Game.World.MyFaction

Public Member Functions

bool IsFounder (long playerId)
 
bool IsLeader (long playerId)
 
bool IsMember (long playerId)
 
bool IsNeutral (long playerId)
 
bool IsEveryoneNpc ()
 

Properties

long FactionId [get]
 
string Tag [get]
 
string Name [get]
 
string Description [get]
 
string PrivateInfo [get]
 
bool AutoAcceptMember [get]
 
bool AutoAcceptPeace [get]
 
bool AcceptHumans [get]
 
long FounderId [get]
 
VRage.Collections.DictionaryReader< long, MyFactionMemberMembers [get]
 
VRage.Collections.DictionaryReader< long, MyFactionMemberJoinRequests [get]
 

Detailed Description

Definition at line 9 of file IMyFaction.cs.

Member Function Documentation

bool VRage.Game.ModAPI.IMyFaction.IsEveryoneNpc ( )
bool VRage.Game.ModAPI.IMyFaction.IsFounder ( long  playerId)
bool VRage.Game.ModAPI.IMyFaction.IsLeader ( long  playerId)
bool VRage.Game.ModAPI.IMyFaction.IsMember ( long  playerId)
bool VRage.Game.ModAPI.IMyFaction.IsNeutral ( long  playerId)

Property Documentation

bool VRage.Game.ModAPI.IMyFaction.AcceptHumans
get

Definition at line 20 of file IMyFaction.cs.

bool VRage.Game.ModAPI.IMyFaction.AutoAcceptMember
get

Definition at line 18 of file IMyFaction.cs.

bool VRage.Game.ModAPI.IMyFaction.AutoAcceptPeace
get

Definition at line 19 of file IMyFaction.cs.

string VRage.Game.ModAPI.IMyFaction.Description
get

Definition at line 15 of file IMyFaction.cs.

long VRage.Game.ModAPI.IMyFaction.FactionId
get

Definition at line 11 of file IMyFaction.cs.

long VRage.Game.ModAPI.IMyFaction.FounderId
get

Definition at line 22 of file IMyFaction.cs.

VRage.Collections.DictionaryReader<long, MyFactionMember> VRage.Game.ModAPI.IMyFaction.JoinRequests
get

Definition at line 35 of file IMyFaction.cs.

VRage.Collections.DictionaryReader<long, MyFactionMember> VRage.Game.ModAPI.IMyFaction.Members
get

Definition at line 34 of file IMyFaction.cs.

string VRage.Game.ModAPI.IMyFaction.Name
get

Definition at line 14 of file IMyFaction.cs.

string VRage.Game.ModAPI.IMyFaction.PrivateInfo
get

Definition at line 16 of file IMyFaction.cs.

string VRage.Game.ModAPI.IMyFaction.Tag
get

Definition at line 13 of file IMyFaction.cs.


The documentation for this interface was generated from the following file: