C# Class idTech4.UI.GuiCommand

显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
Handler GuiCommandHandler
MaxParameterCount int
MinParameterCount int
Name string

Public Methods

Method Description
GuiCommand ( string name, GuiCommandHandler handler, int minParameterCount, int maxParameterCount ) : System

Method Details

GuiCommand() public method

public GuiCommand ( string name, GuiCommandHandler handler, int minParameterCount, int maxParameterCount ) : System
name string
handler GuiCommandHandler
minParameterCount int
maxParameterCount int
return System

Property Details

Handler public_oe property

public GuiCommandHandler Handler
return GuiCommandHandler

MaxParameterCount public_oe property

public int MaxParameterCount
return int

MinParameterCount public_oe property

public int MinParameterCount
return int

Name public_oe property

public string Name
return string