Class PeerComponent
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public abstract class PeerComponent : IEntityComponent
- Inheritance
-
PeerComponent
- Implements
- Derived
- Inherited Members
Constructors
PeerComponent()
protected PeerComponent()
Properties
IsMine
public bool IsMine { get; }
Property Value
Name
public string Name { get; }
Property Value
Peer
public VirtualPlayer Peer { get; set; }
Property Value
TypeId
public uint TypeId { get; set; }
Property Value
Methods
GetComponent<T>()
public T GetComponent<T>() where T : PeerComponent
Returns
- T
Type Parameters
T
Initialize()
public virtual void Initialize()
OnFinalize()
public virtual void OnFinalize()
OnInitialize()
public virtual void OnInitialize()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).