Class AgentData
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public class AgentData
- Inheritance
-
AgentData
- Inherited Members
Constructors
AgentData(BasicCharacterObject)
public AgentData(BasicCharacterObject characterObject)
Parameters
characterObjectBasicCharacterObject
AgentData(IAgentOriginBase)
public AgentData(IAgentOriginBase agentOrigin)
Parameters
agentOriginIAgentOriginBase
Properties
AgeOverriden
public bool AgeOverriden { get; }
Property Value
AgentAge
public int AgentAge { get; }
Property Value
AgentBodyProperties
public BodyProperties AgentBodyProperties { get; }
Property Value
AgentCharacter
public BasicCharacterObject AgentCharacter { get; }
Property Value
AgentCivilianEquipment
public bool AgentCivilianEquipment { get; }
Property Value
AgentClothingColor1
public uint AgentClothingColor1 { get; }
Property Value
AgentClothingColor2
public uint AgentClothingColor2 { get; }
Property Value
AgentEquipmentSeed
public int AgentEquipmentSeed { get; }
Property Value
AgentFixedEquipment
public bool AgentFixedEquipment { get; }
Property Value
AgentIsFemale
public bool AgentIsFemale { get; }
Property Value
AgentMonster
public Monster AgentMonster { get; }
Property Value
AgentMountKey
public string AgentMountKey { get; }
Property Value
AgentNoArmor
public bool AgentNoArmor { get; }
Property Value
AgentNoHorses
public bool AgentNoHorses { get; }
Property Value
AgentNoWeapons
public bool AgentNoWeapons { get; }
Property Value
AgentOrigin
public IAgentOriginBase AgentOrigin { get; }
Property Value
AgentOverridenEquipment
public Equipment AgentOverridenEquipment { get; }
Property Value
AgentOwnerParty
public IBattleCombatant AgentOwnerParty { get; }
Property Value
AgentRace
public int AgentRace { get; }
Property Value
BodyPropertiesOverriden
public bool BodyPropertiesOverriden { get; }
Property Value
GenderOverriden
public bool GenderOverriden { get; }
Property Value
Methods
Age(int)
public AgentData Age(int age)
Parameters
ageint
Returns
BodyProperties(BodyProperties)
public AgentData BodyProperties(BodyProperties bodyProperties)
Parameters
bodyPropertiesBodyProperties
Returns
Character(BasicCharacterObject)
public AgentData Character(BasicCharacterObject characterObject)
Parameters
characterObjectBasicCharacterObject
Returns
CivilianEquipment(bool)
public AgentData CivilianEquipment(bool civilianEquipment)
Parameters
civilianEquipmentbool
Returns
ClothingColor1(uint)
public AgentData ClothingColor1(uint color)
Parameters
coloruint
Returns
ClothingColor2(uint)
public AgentData ClothingColor2(uint color)
Parameters
coloruint
Returns
Equipment(Equipment)
public AgentData Equipment(Equipment equipment)
Parameters
equipmentEquipment
Returns
EquipmentSeed(int)
public AgentData EquipmentSeed(int seed)
Parameters
seedint
Returns
FixedEquipment(bool)
public AgentData FixedEquipment(bool fixedEquipment)
Parameters
fixedEquipmentbool
Returns
IsFemale(bool)
public AgentData IsFemale(bool isFemale)
Parameters
isFemalebool
Returns
Monster(Monster)
public AgentData Monster(Monster monster)
Parameters
monsterMonster
Returns
MountKey(string)
public AgentData MountKey(string mountKey)
Parameters
mountKeystring
Returns
NoArmor(bool)
public AgentData NoArmor(bool noArmor)
Parameters
noArmorbool
Returns
NoHorses(bool)
public AgentData NoHorses(bool noHorses)
Parameters
noHorsesbool
Returns
NoWeapons(bool)
public AgentData NoWeapons(bool noWeapons)
Parameters
noWeaponsbool
Returns
OwnerParty(IBattleCombatant)
public AgentData OwnerParty(IBattleCombatant owner)
Parameters
ownerIBattleCombatant
Returns
Race(int)
public AgentData Race(int race)
Parameters
raceint
Returns
TroopOrigin(IAgentOriginBase)
public AgentData TroopOrigin(IAgentOriginBase troopOrigin)
Parameters
troopOriginIAgentOriginBase
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).