Class MagesGuild
  
  
  
  
  
  
  
  Assembly: Assembly-CSharp.dll
  Syntax
  
    public class MagesGuild : Guild, IGuild, IMacroContextProvider
   
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  EligibleMsgId
  
  
  Declaration
  
    protected const int EligibleMsgId = 606
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  IneligibleBadRepId
  
  
  Declaration
  
    protected const int IneligibleBadRepId = 612
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  IneligibleLowSkillId
  
  
  Declaration
  
    protected const int IneligibleLowSkillId = 611
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    protected const int PromotionEnchantId = 5232
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    protected const int PromotionLibraryId = 5230
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    protected const int PromotionMagicItemsId = 5231
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    protected const int PromotionMsgId = 5236
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    protected const int PromotionSummonId = 5233
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    protected const int PromotionTeleportId = 5234
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  WelcomeMsgId
  
  
  Declaration
  
    protected const int WelcomeMsgId = 5293
   
  Field Value
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FactionId
  
  
  Declaration
  
    public static int FactionId { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GuildSkills
  
  
  Declaration
  
    public override List<DFCareer.Skills> GuildSkills { get; }
   
  Property Value
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RankTitles
  
  
  Declaration
  
    public override string[] RankTitles { get; }
   
  Property Value
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TrainingSkills
  
  
  Declaration
  
    public override List<DFCareer.Skills> TrainingSkills { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CanAccessLibrary()
  
  
  Declaration
  
    public override bool CanAccessLibrary()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CanAccessService(GuildServices)
  
  
  Declaration
  
    public override bool CanAccessService(GuildServices service)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FreeMagickaRecharge()
  
  
  Declaration
  
    public override bool FreeMagickaRecharge()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetFactionId()
  
  
  Declaration
  
    public override int GetFactionId()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HallAccessAnytime()
  
  
  Declaration
  
    public override bool HallAccessAnytime()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TokensEligible(PlayerEntity)
  
  
  Declaration
  
    public override TextFile.Token[] TokensEligible(PlayerEntity playerEntity)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TokensIneligible(PlayerEntity)
  
  
  Declaration
  
    public override TextFile.Token[] TokensIneligible(PlayerEntity playerEntity)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public override TextFile.Token[] TokensPromotion(int newRank)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        newRank | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TokensWelcome()
  
  
  Declaration
  
    public override TextFile.Token[] TokensWelcome()
   
  Returns
  
  Overrides
  
  Implements