scrub

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 3.0.2 / 1.13.2

Returns the argument list with non-number/boolean/string values changed to nil.

... = scrub(...)

Arguments

...
any - The values to be scrubbed.

Returns

...
boolean|number|string|nil - The scrubbed list of arguments.

Patch changes