OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

`refcount()` not implemented

Open ZeWaka opened this issue 1 year ago • 0 comments

This gets a reference count for a value, not including the reference that was placed on the stack while evaluating this proc. A return value of 0 can mean one of several things: Either this was the last reference and the object was subsequently deleted after refcount(), or the value doesn't support reference counting.

https://www.byond.com/docs/ref/#/proc/refcount

ZeWaka avatar Oct 25 '22 19:10 ZeWaka