mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Implements some missing SDQL 2 wrappers. (#65132)
Adds _winset and _winget as byond proc wrappers.
This commit is contained in:
@@ -238,3 +238,9 @@
|
||||
/proc/_remove_trait(datum/thing,trait,source)
|
||||
REMOVE_TRAIT(thing,trait,source)
|
||||
|
||||
/proc/_winset(player, control_id, params)
|
||||
winset(player, control_id, params)
|
||||
|
||||
/proc/_winget(player, control_id, params)
|
||||
winget(player, control_id, params)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user