Show / Hide Table of Contents

Class KnightlyOrder

Inheritance
Object
Guild
KnightlyOrder
Implements
IGuild
IMacroContextProvider
Inherited Members
Guild.defaultTrainingMax
Guild.memberTrainingCost
Guild.nonMemberTrainingCost
Guild.DemotionId
Guild.ExpulsionId
Guild.rankReqReputation
Guild.rankReqSkillHigh
Guild.rankReqSkillLow
Guild.rank
Guild.lastRankChange
Guild.Rank
Guild.ImportLastRankChange(UInt32)
Guild.UpdateRank(PlayerEntity)
Guild.CalculateNewRank(PlayerEntity)
Guild.CalculateNumHighLowSkills(PlayerEntity, Int32, Int32, Int32)
Guild.CalculateDaySinceZero(DaggerfallDateTime)
Guild.TokensDemotion()
Guild.TokensExpulsion()
Guild.IsMember()
Guild.GetReputation(PlayerEntity)
Guild.GetGuildName()
Guild.GetAffiliation()
Guild.CanRest()
Guild.HallAccessAnytime()
Guild.FreeHealing()
Guild.FreeMagickaRecharge()
Guild.AlterReward(Int32)
Guild.ReducedRepairCost(Int32)
Guild.ReducedIdentifyCost(Int32)
Guild.ReducedCureCost(Int32)
Guild.FastTravel(Int32)
Guild.DeepBreath(Int32)
Guild.AvoidDeath()
Guild.CanAccessLibrary()
Guild.GetTrainingMax(DFCareer.Skills)
Guild.GetTrainingPrice()
Guild.Join()
Guild.Leave()
Guild.IsEligibleToJoin(PlayerEntity)
Namespace: DaggerfallWorkshop.Game.Guilds
Assembly: Assembly-CSharp.dll
Syntax
public class KnightlyOrder : Guild, IGuild, IMacroContextProvider

Constructors

| Improve this Doc View Source

KnightlyOrder(KnightlyOrder.Orders)

Declaration
public KnightlyOrder(KnightlyOrder.Orders order)
Parameters
Type Name Description
KnightlyOrder.Orders order

Fields

| Improve this Doc View Source

ArmorId

Declaration
protected const int ArmorId = 463
Field Value
Type Description
Int32
| Improve this Doc View Source

EligibleMsgId

Declaration
protected const int EligibleMsgId = 752
Field Value
Type Description
Int32
| Improve this Doc View Source

HouseId

Declaration
protected const int HouseId = 462
Field Value
Type Description
Int32
| Improve this Doc View Source

IneligibleBadRepId

Declaration
protected const int IneligibleBadRepId = 751
Field Value
Type Description
Int32
| Improve this Doc View Source

IneligibleLowSkillId

Declaration
protected const int IneligibleLowSkillId = 750
Field Value
Type Description
Int32
| Improve this Doc View Source

NoArmorId

Declaration
protected const int NoArmorId = 461
Field Value
Type Description
Int32
| Improve this Doc View Source

NoHouseId

Declaration
protected const int NoHouseId = 460
Field Value
Type Description
Int32
| Improve this Doc View Source

PromotionFreeRoomsId

Declaration
protected const int PromotionFreeRoomsId = 5238
Field Value
Type Description
Int32
| Improve this Doc View Source

PromotionFreeShipsId

Declaration
protected const int PromotionFreeShipsId = 5239
Field Value
Type Description
Int32
| Improve this Doc View Source

PromotionHouseId

Declaration
protected const int PromotionHouseId = 5240
Field Value
Type Description
Int32
| Improve this Doc View Source

PromotionMsgId

Declaration
protected const int PromotionMsgId = 5237
Field Value
Type Description
Int32
| Improve this Doc View Source

PromotionNoHouseId

Declaration
protected const int PromotionNoHouseId = 5241
Field Value
Type Description
Int32
| Improve this Doc View Source

WelcomeMsgId

Declaration
protected const int WelcomeMsgId = 5291
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

GuildSkills

Declaration
public override List<DFCareer.Skills> GuildSkills { get; }
Property Value
Type Description
List<DFCareer.Skills>
Overrides
Guild.GuildSkills
| Improve this Doc View Source

Order

Declaration
public KnightlyOrder.Orders Order { get; }
Property Value
Type Description
KnightlyOrder.Orders
| Improve this Doc View Source

RankTitles

Declaration
public override string[] RankTitles { get; }
Property Value
Type Description
String[]
Overrides
Guild.RankTitles
| Improve this Doc View Source

TrainingSkills

Declaration
public override List<DFCareer.Skills> TrainingSkills { get; }
Property Value
Type Description
List<DFCareer.Skills>
Overrides
Guild.TrainingSkills

Methods

| Improve this Doc View Source

CanAccessService(GuildServices)

Declaration
public override bool CanAccessService(GuildServices service)
Parameters
Type Name Description
GuildServices service
Returns
Type Description
Boolean
Overrides
Guild.CanAccessService(GuildServices)
| Improve this Doc View Source

FreeShipTravel()

Declaration
public override bool FreeShipTravel()
Returns
Type Description
Boolean
Overrides
Guild.FreeShipTravel()
| Improve this Doc View Source

FreeTavernRooms()

Declaration
public override bool FreeTavernRooms()
Returns
Type Description
Boolean
Overrides
Guild.FreeTavernRooms()
| Improve this Doc View Source

GetFactionId()

Declaration
public override int GetFactionId()
Returns
Type Description
Int32
Overrides
Guild.GetFactionId()
| Improve this Doc View Source

GetGuildData()

Declaration
public override GuildMembership_v1 GetGuildData()
Returns
Type Description
GuildMembership_v1
Overrides
Guild.GetGuildData()
| Improve this Doc View Source

GetMacroDataSource()

Declaration
public override MacroDataSource GetMacroDataSource()
Returns
Type Description
MacroDataSource
Overrides
Guild.GetMacroDataSource()
| Improve this Doc View Source

GetOrder(Int32)

Declaration
public static KnightlyOrder.Orders GetOrder(int factionId)
Parameters
Type Name Description
Int32 factionId
Returns
Type Description
KnightlyOrder.Orders
| Improve this Doc View Source

GetTitle()

Declaration
public override string GetTitle()
Returns
Type Description
String
Overrides
Guild.GetTitle()
| Improve this Doc View Source

ReceiveArmor(PlayerEntity)

Declaration
public void ReceiveArmor(PlayerEntity playerEntity)
Parameters
Type Name Description
PlayerEntity playerEntity
| Improve this Doc View Source

ReceiveHouse()

Declaration
public void ReceiveHouse()
| Improve this Doc View Source

RestoreGuildData(GuildMembership_v1)

Declaration
public override void RestoreGuildData(GuildMembership_v1 data)
Parameters
Type Name Description
GuildMembership_v1 data
Overrides
Guild.RestoreGuildData(GuildMembership_v1)
| Improve this Doc View Source

TokensEligible(PlayerEntity)

Declaration
public override TextFile.Token[] TokensEligible(PlayerEntity playerEntity)
Parameters
Type Name Description
PlayerEntity playerEntity
Returns
Type Description
TextFile.Token[]
Overrides
Guild.TokensEligible(PlayerEntity)
| Improve this Doc View Source

TokensIneligible(PlayerEntity)

Declaration
public override TextFile.Token[] TokensIneligible(PlayerEntity playerEntity)
Parameters
Type Name Description
PlayerEntity playerEntity
Returns
Type Description
TextFile.Token[]
Overrides
Guild.TokensIneligible(PlayerEntity)
| Improve this Doc View Source

TokensPromotion(Int32)

Declaration
public override TextFile.Token[] TokensPromotion(int newRank)
Parameters
Type Name Description
Int32 newRank
Returns
Type Description
TextFile.Token[]
Overrides
Guild.TokensPromotion(Int32)
| Improve this Doc View Source

TokensWelcome()

Declaration
public override TextFile.Token[] TokensWelcome()
Returns
Type Description
TextFile.Token[]
Overrides
Guild.TokensWelcome()

Implements

IGuild
IMacroContextProvider
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX