Deprecation
Noir.Libraries.Deprecation: NoirLibrary
A library that allows you to mark functions as deprecated.
Mark a function as deprecated. function HelloWorld() Noir.Libraries.Deprecation:Deprecated("HelloWorld", "AnOptionalReplacementFunction", "An optional note appended to the deprecation message") print("Hello World") end
Parameters
name
: stringreplacement
: string|nilnote
: string|nil
Last updated