C# 클래스 HelperBot.Triggers

Static class containing Trigger for the bot to respond to a player.
파일 보기 프로젝트 열기: Jonty800/HelperBot

공개 프로퍼티들

프로퍼티 타입 설명
SpleefInProgress bool

공개 메소드들

메소드 설명
CheckTriggers ( Player player, String Message, MessageChannel Channel ) : void
IsAllUpper ( String text ) : bool
MatchesNameAndTrigger ( string rawMessage, String ArrayContainer ) : bool
MatchesTrigger ( string rawMessage, String ArrayContainer ) : bool
MessageIsTrigger ( string rawMessage, String ArrayContainer ) : bool

메소드 상세

CheckTriggers() 공개 정적인 메소드

public static CheckTriggers ( Player player, String Message, MessageChannel Channel ) : void
player fCraft.Player
Message String
Channel MessageChannel
리턴 void

IsAllUpper() 공개 정적인 메소드

public static IsAllUpper ( String text ) : bool
text String
리턴 bool

MatchesNameAndTrigger() 공개 정적인 메소드

public static MatchesNameAndTrigger ( string rawMessage, String ArrayContainer ) : bool
rawMessage string
ArrayContainer String
리턴 bool

MatchesTrigger() 공개 정적인 메소드

public static MatchesTrigger ( string rawMessage, String ArrayContainer ) : bool
rawMessage string
ArrayContainer String
리턴 bool

MessageIsTrigger() 공개 정적인 메소드

public static MessageIsTrigger ( string rawMessage, String ArrayContainer ) : bool
rawMessage string
ArrayContainer String
리턴 bool

프로퍼티 상세

SpleefInProgress 공개적으로 정적으로 프로퍼티

public static bool SpleefInProgress
리턴 bool