public static EQWindow Window(eWindowNames name) { return new EQWindow(LavishScriptAPI.LavishScript.Objects.GetObject("Window", name.ToString())); }
public static EQWindow Window(eWindowNames name) { return(new EQWindow(LavishScriptAPI.LavishScript.Objects.GetObject("Window", name.ToString()))); }