mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-10 10:37:29 +01:00
527 B
527 B
Legacy Code Support Functions
vl_legacy.deprecated(description, replacement)
Creates a wrapper than logs calls to deprecated function.
Arguments:
description
: The text logged when the deprecated function is called.replacement
: The function that should be called instead. This is invoked passing along the parameters exactly as provided.
vl_legacy.register_item_conversion
Allows automatic conversion of items.
Arguments:
old
: Itemstring to be convertednew
: New item string