C# Class VoidLib.Helpers.LUAHelper

显示文件 Open project: andrewmunro/Void

Public Methods

Method Description
DoString ( string command ) : void
GetLUA ( string Command ) : string
GetLocalizedText ( string variable ) : String
ResumeMainWowThread ( ) : void
SuspendMainWowThread ( ) : void

Method Details

DoString() public static method

public static DoString ( string command ) : void
command string
return void

GetLUA() public static method

public static GetLUA ( string Command ) : string
Command string
return string

GetLocalizedText() public static method

public static GetLocalizedText ( string variable ) : String
variable string
return String

ResumeMainWowThread() public static method

public static ResumeMainWowThread ( ) : void
return void

SuspendMainWowThread() public static method

public static SuspendMainWowThread ( ) : void
return void