M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ConsoleCommandMethod 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

 ConsoleCommandMethod (string commandName, string description)
 

Properties

string CommandName [get]
 
string Description [get]
 

Constructor & Destructor Documentation

◆ ConsoleCommandMethod()

TaleWorlds.MountAndBlade.ConsoleCommandMethod.ConsoleCommandMethod ( string  commandName,
string  description 
)
Parameters
commandNameThis will be used to work with the option through console (Dedicated Server)
descriptionDescription of what the option does

Property Documentation

◆ CommandName

string TaleWorlds.MountAndBlade.ConsoleCommandMethod.CommandName
get

◆ Description

string TaleWorlds.MountAndBlade.ConsoleCommandMethod.Description
get