Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refcount() not implemented #858

Closed
ZeWaka opened this issue Oct 25, 2022 · 1 comment
Closed

refcount() not implemented #858

ZeWaka opened this issue Oct 25, 2022 · 1 comment
Labels
Runtime Involves the OpenDream server/runtime v515 Features and changes introduced in BYOND/DM v515

Comments

@ZeWaka
Copy link
Collaborator

ZeWaka commented Oct 25, 2022

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 ZeWaka added Runtime Involves the OpenDream server/runtime v515 Features and changes introduced in BYOND/DM v515 labels Oct 25, 2022
@amylizzle
Copy link
Collaborator

Closed in favour of #2194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Runtime Involves the OpenDream server/runtime v515 Features and changes introduced in BYOND/DM v515
Projects
None yet
Development

No branches or pull requests

2 participants