Update SDQL_2_wrappers.dm

This commit is contained in:
silicons
2021-05-17 12:20:15 -07:00
committed by GitHub
parent a9cf6a1818
commit 780a579c7b

View File

@@ -238,3 +238,9 @@
/proc/__nan()
var/list/L = json_decode("{\"value\":NaN}")
return L["value"]
/**
* Wrapper to return a copy of contents, as SDQL2 can't tell an internal list from a normal list.
*/
/atom/proc/_contents()
return contents.Copy()