Carpet

Carpet

2M Downloads

[Scarpet suggestion] Warn when using deprecated functions

altrisi opened this issue ยท 0 comments

commented

Maybe a warn/error to the log or maybe even printing directly to the source if it exists (should still log in case it doesn't exist, like in events).

BTW camera.sc built-in app is using deprecated usages of functions to save data in files at

store_app_data(path_nbt, file);
'stored path as '+file;
);
// loads path under the local file that
load(file) ->
(
path_nbt = load_app_data(file);