CryEngine.Attributes.ConsoleCommandAttribute

CryEngine.Attributes.ConsoleCommandAttribute

Attribute to define a method as a console command. More...

Inherits Attribute.

Public Member Functions

ConsoleCommandAttribute (string commandName, uint commandFlag, string commandHelp)
Constructor for a ConsoleCommandAttribute. More...

Properties

string Name [get]
Name of the console command. More...
string Comments [get]
Comment that will appear in the description of the console command. More...
uint Flags [get]
Flags for the console command. More...

Detailed Description

Attribute to define a method as a console command.

Constructor & Destructor Documentation

◆ ConsoleCommandAttribute()

CryEngine.Attributes.ConsoleCommandAttribute.ConsoleCommandAttribute ( string commandName,
uint commandFlag,
string commandHelp
)
inline

Constructor for a ConsoleCommandAttribute.

Parameters
commandName
commandFlag
commandHelp

Property Documentation

◆ Comments

string CryEngine.Attributes.ConsoleCommandAttribute.Comments
get

Comment that will appear in the description of the console command.

◆ Flags

uint CryEngine.Attributes.ConsoleCommandAttribute.Flags
get

Flags for the console command.

◆ Name

string CryEngine.Attributes.ConsoleCommandAttribute.Name
get

Name of the console command.