Table of Contents

Class NotificationMessage

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

Constructors

NotificationMessage()

public NotificationMessage()

NotificationMessage(int, int, int)

public NotificationMessage(int message, int param1, int param2)

Parameters

message int
param1 int
param2 int

Properties

Message

public int Message { get; }

Property Value

int

ParameterOne

public int ParameterOne { get; }

Property Value

int

ParameterTwo

public int ParameterTwo { 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).