Interface IAgent
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public interface IAgent
Properties
Age
float Age { get; }
Property Value
Character
BasicCharacterObject Character { get; }
Property Value
Origin
IAgentOriginBase Origin { get; }
Property Value
State
AgentState State { get; }
Property Value
Team
IMissionTeam Team { get; }
Property Value
Methods
IsActive()
bool IsActive()
Returns
IsEnemyOf(IAgent)
bool IsEnemyOf(IAgent agent)
Parameters
agent
IAgent
Returns
IsFriendOf(IAgent)
bool IsFriendOf(IAgent agent)
Parameters
agent
IAgent
Returns
SetAsConversationAgent(bool)
void SetAsConversationAgent(bool set)
Parameters
set
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).