C# Class LuaPluginUtil, slua_advanced

Datei anzeigen Open project: wlgys8/slua_advanced

Public Properties

Property Type Description
debug bool

Public Methods

Method Description
ExistFile ( string url ) : bool
ExistFile ( string pluginName, string fileName ) : bool
ExtractUrl ( string url, string &plug, string &path ) : void
GetPluginList ( ) : string[]

Method Details

ExistFile() public static method

public static ExistFile ( string url ) : bool
url string
return bool

ExistFile() public static method

public static ExistFile ( string pluginName, string fileName ) : bool
pluginName string
fileName string
return bool

ExtractUrl() public static method

public static ExtractUrl ( string url, string &plug, string &path ) : void
url string
plug string
path string
return void

GetPluginList() public static method

public static GetPluginList ( ) : string[]
return string[]

Property Details

debug public_oe static_oe property

public static bool debug
return bool