C# 클래스 LKCamelot.model.Util

파일 보기 프로젝트 열기: vans163/LKEmu 1 사용 예제들

공개 메소드들

메소드 설명
ContainsUnicodeCharacter ( string input ) : bool
Dice ( int numDice, int numSides, int bonus ) : int
Random ( int count ) : int
Random ( int from, int count ) : int
RandomBool ( ) : bool
RandomMinMax ( int min, int max ) : int
ToInt32 ( string value ) : int
checkUShort ( uint value ) : ushort

메소드 상세

ContainsUnicodeCharacter() 공개 정적인 메소드

public static ContainsUnicodeCharacter ( string input ) : bool
input string
리턴 bool

Dice() 공개 정적인 메소드

public static Dice ( int numDice, int numSides, int bonus ) : int
numDice int
numSides int
bonus int
리턴 int

Random() 공개 정적인 메소드

public static Random ( int count ) : int
count int
리턴 int

Random() 공개 정적인 메소드

public static Random ( int from, int count ) : int
from int
count int
리턴 int

RandomBool() 공개 정적인 메소드

public static RandomBool ( ) : bool
리턴 bool

RandomMinMax() 공개 정적인 메소드

public static RandomMinMax ( int min, int max ) : int
min int
max int
리턴 int

ToInt32() 공개 정적인 메소드

public static ToInt32 ( string value ) : int
value string
리턴 int

checkUShort() 공개 정적인 메소드

public static checkUShort ( uint value ) : ushort
value uint
리턴 ushort