mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
[MIRROR] Implements some missing SDQL 2 wrappers. [MDB IGNORE] (#11736)
* Implements some missing SDQL 2 wrappers. (#65132) Adds _winset and _winget as byond proc wrappers. * Implements some missing SDQL 2 wrappers. Co-authored-by: Iamgoofball <iamgoofball@gmail.com>
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