C# Class SEModAPIInternal.API.Common.FactionsManager

Afficher le fichier Open project: rexxar-tc/SEServerExtender Class Usage Examples

Méthodes publiques

Свойство Type Description
FactionManagerClass string
FactionManagerGetFactionByIdMethod string
FactionManagerGetFactionCollectionMethod string
FactionManagerNamespace string
FactionManagerRemoveFactionByIdMethod string
FactionNetManagerRemoveFactionMethod string
FactionNetManagerRemoveMemberMethod string

Protected Properties

Свойство Type Description
m_factionToModify long
m_memberToModify long

Méthodes publiques

Méthode Description
GetSubTypeEntity ( ) : Sandbox.Common.ObjectBuilders.MyObjectBuilder_FactionCollection
ReflectionUnitTest ( ) : bool
RemoveFaction ( long id ) : void

Méthodes protégées

Méthode Description
FactionsManager ( ) : System
InternalRemoveFaction ( ) : void
InternalRemoveMember ( ) : void
RefreshFactions ( ) : void

Private Methods

Méthode Description
InternalGetFactionById ( long id ) : MyFaction
RemoveMember ( long factionId, long memberId ) : void

Method Details

FactionsManager() protected méthode

protected FactionsManager ( ) : System
Résultat System

GetSubTypeEntity() public méthode

public GetSubTypeEntity ( ) : Sandbox.Common.ObjectBuilders.MyObjectBuilder_FactionCollection
Résultat Sandbox.Common.ObjectBuilders.MyObjectBuilder_FactionCollection

InternalRemoveFaction() protected méthode

protected InternalRemoveFaction ( ) : void
Résultat void

InternalRemoveMember() protected méthode

protected InternalRemoveMember ( ) : void
Résultat void

ReflectionUnitTest() public static méthode

public static ReflectionUnitTest ( ) : bool
Résultat bool

RefreshFactions() protected méthode

protected RefreshFactions ( ) : void
Résultat void

RemoveFaction() public méthode

public RemoveFaction ( long id ) : void
id long
Résultat void

Property Details

FactionManagerClass public_oe static_oe property

public static string FactionManagerClass
Résultat string

FactionManagerGetFactionByIdMethod public_oe static_oe property

public static string FactionManagerGetFactionByIdMethod
Résultat string

FactionManagerGetFactionCollectionMethod public_oe static_oe property

public static string FactionManagerGetFactionCollectionMethod
Résultat string

FactionManagerNamespace public_oe static_oe property

public static string FactionManagerNamespace
Résultat string

FactionManagerRemoveFactionByIdMethod public_oe static_oe property

public static string FactionManagerRemoveFactionByIdMethod
Résultat string

FactionNetManagerRemoveFactionMethod public_oe static_oe property

public static string FactionNetManagerRemoveFactionMethod
Résultat string

FactionNetManagerRemoveMemberMethod public_oe static_oe property

public static string FactionNetManagerRemoveMemberMethod
Résultat string

m_factionToModify protected_oe property

protected long m_factionToModify
Résultat long

m_memberToModify protected_oe property

protected long m_memberToModify
Résultat long