@blooper.gg/toodle / utils/error / warnOnce
Function: warnOnce()
warnOnce(
key
,msg?
):void
Defined in: utils/error.ts:8
Useful for warning in a function run every frame if you only want to warn once
Parameters
key
string
a unique key to tag the warning
msg?
string
message to console.warn
Returns
void