Table of Contents

Struct EducationCampaignBehavior.EducationCharacterProperties

Namespace
TaleWorlds.CampaignSystem.CampaignBehaviors
Assembly
TaleWorlds.CampaignSystem.dll
public struct EducationCampaignBehavior.EducationCharacterProperties
Inherited Members
Extension Methods

Constructors

EducationCharacterProperties(string)

public EducationCharacterProperties(string actionId)

Parameters

actionId string

EducationCharacterProperties(string, string, bool)

public EducationCharacterProperties(string actionId, string prefabId, bool useOffHand)

Parameters

actionId string
prefabId string
useOffHand bool

EducationCharacterProperties(CharacterObject, Equipment, string, string, bool)

public EducationCharacterProperties(CharacterObject character, Equipment equipment, string actionId, string prefabId, bool useOffHand)

Parameters

character CharacterObject
equipment Equipment
actionId string
prefabId string
useOffHand bool

Fields

ActionId

public readonly string ActionId

Field Value

string

Character

public readonly CharacterObject Character

Field Value

CharacterObject

Default

public static readonly EducationCampaignBehavior.EducationCharacterProperties Default

Field Value

EducationCampaignBehavior.EducationCharacterProperties

Equipment

public readonly Equipment Equipment

Field Value

Equipment

Invalid

public static readonly EducationCampaignBehavior.EducationCharacterProperties Invalid

Field Value

EducationCampaignBehavior.EducationCharacterProperties

PrefabId

public readonly string PrefabId

Field Value

string

UseOffHand

public readonly bool UseOffHand

Field Value

bool

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

Equals(EducationCharacterProperties)

public bool Equals(EducationCampaignBehavior.EducationCharacterProperties other)

Parameters

other EducationCampaignBehavior.EducationCharacterProperties

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

GetUsedHandBoneIndex()

public sbyte GetUsedHandBoneIndex()

Returns

sbyte

Operators

operator ==(EducationCharacterProperties, EducationCharacterProperties)

public static bool operator ==(EducationCampaignBehavior.EducationCharacterProperties a, EducationCampaignBehavior.EducationCharacterProperties b)

Parameters

a EducationCampaignBehavior.EducationCharacterProperties
b EducationCampaignBehavior.EducationCharacterProperties

Returns

bool

operator !=(EducationCharacterProperties, EducationCharacterProperties)

public static bool operator !=(EducationCampaignBehavior.EducationCharacterProperties a, EducationCampaignBehavior.EducationCharacterProperties b)

Parameters

a EducationCampaignBehavior.EducationCharacterProperties
b EducationCampaignBehavior.EducationCharacterProperties

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).