Table of Contents

Interface IMapPoint

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

Properties

CurrentNavigationFace

PathFaceRecord CurrentNavigationFace { get; }

Property Value

PathFaceRecord

IsActive

bool IsActive { get; set; }

Property Value

bool

IsInspected

bool IsInspected { get; }

Property Value

bool

IsVisible

bool IsVisible { get; }

Property Value

bool

MapFaction

IFaction MapFaction { get; }

Property Value

IFaction

Name

TextObject Name { get; }

Property Value

TextObject

Position2D

Vec2 Position2D { get; }

Property Value

Vec2

Methods

GetLogicalPosition()

Vec3 GetLogicalPosition()

Returns

Vec3

OnGameInitialized()

void OnGameInitialized()

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