C# 클래스 LuaPluginUtil, slua_advanced

파일 보기 프로젝트 열기: wlgys8/slua_advanced

공개 프로퍼티들

프로퍼티 타입 설명
debug bool

공개 메소드들

메소드 설명
ExistFile ( string url ) : bool
ExistFile ( string pluginName, string fileName ) : bool
ExtractUrl ( string url, string &plug, string &path ) : void
GetPluginList ( ) : string[]

메소드 상세

ExistFile() 공개 정적인 메소드

public static ExistFile ( string url ) : bool
url string
리턴 bool

ExistFile() 공개 정적인 메소드

public static ExistFile ( string pluginName, string fileName ) : bool
pluginName string
fileName string
리턴 bool

ExtractUrl() 공개 정적인 메소드

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

GetPluginList() 공개 정적인 메소드

public static GetPluginList ( ) : string[]
리턴 string[]

프로퍼티 상세

debug 공개적으로 정적으로 프로퍼티

public static bool debug
리턴 bool