C# 클래스 VoidLib.Helpers.LUAHelper

파일 보기 프로젝트 열기: andrewmunro/Void

공개 메소드들

메소드 설명
DoString ( string command ) : void
GetLUA ( string Command ) : string
GetLocalizedText ( string variable ) : String
ResumeMainWowThread ( ) : void
SuspendMainWowThread ( ) : void

메소드 상세

DoString() 공개 정적인 메소드

public static DoString ( string command ) : void
command string
리턴 void

GetLUA() 공개 정적인 메소드

public static GetLUA ( string Command ) : string
Command string
리턴 string

GetLocalizedText() 공개 정적인 메소드

public static GetLocalizedText ( string variable ) : String
variable string
리턴 String

ResumeMainWowThread() 공개 정적인 메소드

public static ResumeMainWowThread ( ) : void
리턴 void

SuspendMainWowThread() 공개 정적인 메소드

public static SuspendMainWowThread ( ) : void
리턴 void