Table of Contents

Class AddTeam

Namespace
NetworkMessages.FromServer
Assembly
TaleWorlds.MountAndBlade.dll
public sealed class AddTeam : GameNetworkMessage
Inheritance
AddTeam
Inherited Members

Constructors

AddTeam()

public AddTeam()

AddTeam(int, BattleSideEnum, uint, uint, string, bool, bool)

public AddTeam(int teamIndex, BattleSideEnum side, uint color, uint color2, string bannerCode, bool isPlayerGeneral, bool isPlayerSergeant)

Parameters

teamIndex int
side BattleSideEnum
color uint
color2 uint
bannerCode string
isPlayerGeneral bool
isPlayerSergeant bool

Properties

BannerCode

public string BannerCode { get; }

Property Value

string

Color

public uint Color { get; }

Property Value

uint

Color2

public uint Color2 { get; }

Property Value

uint

IsPlayerGeneral

public bool IsPlayerGeneral { get; }

Property Value

bool

IsPlayerSergeant

public bool IsPlayerSergeant { get; }

Property Value

bool

Side

public BattleSideEnum Side { get; }

Property Value

BattleSideEnum

TeamIndex

public int TeamIndex { get; }

Property Value

int

Methods

OnGetLogFilter()

protected override MultiplayerMessageFilter OnGetLogFilter()

Returns

MultiplayerMessageFilter

OnGetLogFormat()

protected override string OnGetLogFormat()

Returns

string

OnRead()

protected override bool OnRead()

Returns

bool

OnWrite()

protected override void OnWrite()

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