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
intside
BattleSideEnumcolor
uintcolor2
uintbannerCode
stringisPlayerGeneral
boolisPlayerSergeant
bool
Properties
BannerCode
public string BannerCode { get; }
Property Value
Color
public uint Color { get; }
Property Value
Color2
public uint Color2 { get; }
Property Value
IsPlayerGeneral
public bool IsPlayerGeneral { get; }
Property Value
IsPlayerSergeant
public bool IsPlayerSergeant { get; }
Property Value
Side
public BattleSideEnum Side { get; }
Property Value
TeamIndex
public int TeamIndex { get; }
Property Value
Methods
OnGetLogFilter()
protected override MultiplayerMessageFilter OnGetLogFilter()
Returns
OnGetLogFormat()
protected override string OnGetLogFormat()
Returns
OnRead()
protected override bool OnRead()
Returns
OnWrite()
protected override void OnWrite()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).