You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: