Interface IMapEntity
- Namespace
- TaleWorlds.CampaignSystem.Map
- Assembly
- TaleWorlds.CampaignSystem.dll
public interface IMapEntity
Properties
InteractionPosition
Vec2 InteractionPosition { get; }
Property Value
IsMobileEntity
bool IsMobileEntity { get; }
Property Value
Name
TextObject Name { get; }
Property Value
ShowCircleAroundEntity
bool ShowCircleAroundEntity { get; }
Property Value
Methods
GetMountAndHarnessVisualIdsForPartyIcon(out string, out string)
void GetMountAndHarnessVisualIdsForPartyIcon(out string mountStringId, out string harnessStringId)
Parameters
IsAllyOf(IFaction)
bool IsAllyOf(IFaction faction)
Parameters
faction
IFaction
Returns
IsEnemyOf(IFaction)
bool IsEnemyOf(IFaction faction)
Parameters
faction
IFaction
Returns
OnHover()
void OnHover()
OnMapClick(bool)
bool OnMapClick(bool followModifierUsed)
Parameters
followModifierUsed
bool
Returns
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).