C# 클래스 NutMud.Commands.Attributes.CommandKeywordAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
CommandKeywordAttribute ( string keyword, bool isAlsoSubject, bool displayInHelpAndCommands = true ) : System

Creates a new keyword attribute

메소드 상세

CommandKeywordAttribute() 공개 메소드

Creates a new keyword attribute
public CommandKeywordAttribute ( string keyword, bool isAlsoSubject, bool displayInHelpAndCommands = true ) : System
keyword string The keywords in question (exact word match, caps agnostic)
isAlsoSubject bool Is this keyword also the "subject" paramater for the command (see UseExits for the primary example)
displayInHelpAndCommands bool When using Commands and Help should this keyword show up
리턴 System