Table of Contents

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

bool

Name

public string Name { get; }

Property Value

string

Peer

public VirtualPlayer Peer { get; set; }

Property Value

VirtualPlayer

TypeId

public uint TypeId { get; set; }

Property Value

uint

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).