SpacemanDMM icon indicating copy to clipboard operation
SpacemanDMM copied to clipboard

Proc implementations without declarations are considered valid

Open DamianX opened this issue 2 years ago • 0 comments

This is valid according to dreamchecker and the vscode extension, inside an empty project: /datum/a/add_target().

It's not valid DM because there's no declaration in the form of: /datum/proc/add_target() or /datum/a/proc/add_target()

DamianX avatar Sep 13 '21 16:09 DamianX