Table of Contents

Interface IMapEntity

Namespace
TaleWorlds.CampaignSystem.Map
Assembly
TaleWorlds.CampaignSystem.dll
public interface IMapEntity

Properties

InteractionPosition

Vec2 InteractionPosition { get; }

Property Value

Vec2

IsMobileEntity

bool IsMobileEntity { get; }

Property Value

bool

Name

TextObject Name { get; }

Property Value

TextObject

ShowCircleAroundEntity

bool ShowCircleAroundEntity { get; }

Property Value

bool

Methods

GetMountAndHarnessVisualIdsForPartyIcon(out string, out string)

void GetMountAndHarnessVisualIdsForPartyIcon(out string mountStringId, out string harnessStringId)

Parameters

mountStringId string
harnessStringId string

IsAllyOf(IFaction)

bool IsAllyOf(IFaction faction)

Parameters

faction IFaction

Returns

bool

IsEnemyOf(IFaction)

bool IsEnemyOf(IFaction faction)

Parameters

faction IFaction

Returns

bool

OnHover()

void OnHover()

OnMapClick(bool)

bool OnMapClick(bool followModifierUsed)

Parameters

followModifierUsed bool

Returns

bool

OnOpenEncyclopedia()

void OnOpenEncyclopedia()

OnPartyInteraction(MobileParty)

void OnPartyInteraction(MobileParty mobileParty)

Parameters

mobileParty MobileParty

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