C# 클래스 AcManager.Tools.Miscellaneous.LuaHelper

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
CompareStrings ( string a, string b ) : bool
CompareStringsIgnoringCase ( string a, string b ) : bool
GetNumberValue ( string s ) : double
Log ( ) : void

비공개 메소드들

메소드 설명
GetExtended ( ) : Script

메소드 상세

CompareStrings() 공개 정적인 메소드

public static CompareStrings ( string a, string b ) : bool
a string
b string
리턴 bool

CompareStringsIgnoringCase() 공개 정적인 메소드

public static CompareStringsIgnoringCase ( string a, string b ) : bool
a string
b string
리턴 bool

GetNumberValue() 공개 정적인 메소드

public static GetNumberValue ( string s ) : double
s string
리턴 double

Log() 공개 정적인 메소드

public static Log ( ) : void
리턴 void