C# Class SEModAPIInternal.API.Common.Faction

Datei anzeigen Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Properties

Property Type Description
FactionAcceptApplicantMethod string
FactionAddApplicantMethod string
FactionClass string
FactionGetJoinRequestsMethod string
FactionGetMembersMethod string
FactionJoinRequestsDictionaryField string
FactionMembersDictionaryField string
FactionNamespace string
FactionRemoveApplicantMethod string
FactionRemoveMemberMethod string

Private Properties

Property Type Description

Public Methods

Method Description
Faction ( Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_Faction faction ) : System
ReflectionUnitTest ( ) : bool
RemoveMember ( long memberId ) : void

Protected Methods

Method Description
InternalRemoveMember ( ) : void
RefreshFactionJoinRequests ( ) : void
RefreshFactionMembers ( ) : void

Method Details

Faction() public method

public Faction ( Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_Faction faction ) : System
faction Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_Faction
return System

InternalRemoveMember() protected method

protected InternalRemoveMember ( ) : void
return void

ReflectionUnitTest() public static method

public static ReflectionUnitTest ( ) : bool
return bool

RefreshFactionJoinRequests() protected method

protected RefreshFactionJoinRequests ( ) : void
return void

RefreshFactionMembers() protected method

protected RefreshFactionMembers ( ) : void
return void

RemoveMember() public method

public RemoveMember ( long memberId ) : void
memberId long
return void

Property Details

FactionAcceptApplicantMethod public_oe static_oe property

public static string FactionAcceptApplicantMethod
return string

FactionAddApplicantMethod public_oe static_oe property

public static string FactionAddApplicantMethod
return string

FactionClass public_oe static_oe property

public static string FactionClass
return string

FactionGetJoinRequestsMethod public_oe static_oe property

public static string FactionGetJoinRequestsMethod
return string

FactionGetMembersMethod public_oe static_oe property

public static string FactionGetMembersMethod
return string

FactionJoinRequestsDictionaryField public_oe static_oe property

public static string FactionJoinRequestsDictionaryField
return string

FactionMembersDictionaryField public_oe static_oe property

public static string FactionMembersDictionaryField
return string

FactionNamespace public_oe static_oe property

public static string FactionNamespace
return string

FactionRemoveApplicantMethod public_oe static_oe property

public static string FactionRemoveApplicantMethod
return string

FactionRemoveMemberMethod public_oe static_oe property

public static string FactionRemoveMemberMethod
return string