M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.NotificationProperty Class Reference

Applying this attribute to a method in BannerlodNetwork.cs makes that method available as a console command for dedicated server.

Inherits Attribute.

Public Member Functions

 NotificationProperty (string stringId, string soundIdOne, string soundIdTwo="")
 

Properties

string StringId [get]
 
string SoundIdOne [get]
 
string SoundIdTwo [get]
 

Constructor & Destructor Documentation

◆ NotificationProperty()

TaleWorlds.MountAndBlade.NotificationProperty.NotificationProperty ( string  stringId,
string  soundIdOne,
string  soundIdTwo = "" 
)
Parameters
stringIdThis will be used to work with the option through console (Dedicated Server)
soundIdOnePositive sound to be played
soundIdTwoNegative sound to be played

Property Documentation

◆ StringId

string TaleWorlds.MountAndBlade.NotificationProperty.StringId
get

◆ SoundIdOne

string TaleWorlds.MountAndBlade.NotificationProperty.SoundIdOne
get

◆ SoundIdTwo

string TaleWorlds.MountAndBlade.NotificationProperty.SoundIdTwo
get