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

proc/final is not supported #2160

Open
wixoaGit opened this issue Jan 6, 2025 · 0 comments
Open

proc/final is not supported #2160

wixoaGit opened this issue Jan 6, 2025 · 0 comments
Labels
Compiler Involves the OpenDream compiler v515 Features and changes introduced in BYOND/DM v515

Comments

@wixoaGit
Copy link
Member

wixoaGit commented Jan 6, 2025

Putting final in a proc path makes it not possible to override that proc. Putting this keyword on an override does nothing.

/datum/proc/final/foo()

/datum/a/foo() // Error here

https://www.byond.com/docs/ref/#/var/final

@wixoaGit wixoaGit added Compiler Involves the OpenDream compiler v515 Features and changes introduced in BYOND/DM v515 labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Involves the OpenDream compiler v515 Features and changes introduced in BYOND/DM v515
Projects
None yet
Development

No branches or pull requests

1 participant