-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.xml
More file actions
17 lines (14 loc) · 806 Bytes
/
meta.xml
File metadata and controls
17 lines (14 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<meta>
<info author="WADADADANG" version="1.0" name="Panel Control System" description="description" type="script"/>
<script src="client.lua" type="client" cache="false" validate="true"/>
<export function="addPanel" type="client" />
<export function="bringToFront" type="client" />
<export function="bringToFrontBySystemName" type="client" />
<export function="getTopPanel" type="client" />
<export function="removePanel" type="client" />
<export function="removePanelBySystemName" type="client" />
<export function="removePanelByResourceName" type="client" />
<export function="changePositionBySystemName" type="client" />
<export function="isBringToFrontBySystemName" type="client" />
<export function="getPanelAtCursorPosition" type="client" />
</meta>