mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 18:26:35 +01:00
Co-authored-by: VM_USER <VM_USER> Co-authored-by: silicons <no@you.cat> Co-authored-by: Felix <58342752+TheLordME@users.noreply.github.com>
21 lines
511 B
Plaintext
21 lines
511 B
Plaintext
/client/proc/_winclone(window_name, clone_name)
|
|
winclone(src, window_name, clone_name)
|
|
|
|
/client/proc/_winexists(control_id)
|
|
return winexists(src, control_id)
|
|
|
|
/client/proc/_winget(control_id, params)
|
|
return winget(src, control_id, params)
|
|
|
|
/client/proc/_winset(control_id, params)
|
|
winset(src, control_id, params)
|
|
|
|
/client/proc/_winshow(window, show)
|
|
winshow(src, window, show)
|
|
|
|
/client/proc/_command(str)
|
|
winset(src, null, "command=[str]")
|
|
|
|
/client/proc/_browse(data, window)
|
|
src << browse(data, window)
|