Class MissionRepresentativeBase
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public abstract class MissionRepresentativeBase : PeerComponent, IEntityComponent
- Inheritance
-
MissionRepresentativeBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
MissionRepresentativeBase()
protected MissionRepresentativeBase()
Properties
ControlledAgent
public Agent ControlledAgent { get; }
Property Value
Gold
public int Gold { get; }
Property Value
MissionPeer
public MissionPeer MissionPeer { get; }
Property Value
PlayerType
protected MissionRepresentativeBase.PlayerTypes PlayerType { get; }
Property Value
Methods
OnAgentSpawned()
public virtual void OnAgentSpawned()
SetAgent(Agent)
public void SetAgent(Agent agent)
Parameters
agent
Agent
Tick(float)
public virtual void Tick(float dt)
Parameters
dt
float
UpdateGold(int)
public void UpdateGold(int gold)
Parameters
gold
int
Events
OnGoldUpdated
public event Action OnGoldUpdated
Event Type
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).