macro: add ONCE macro that evaluates to 1 one time
Every location that this macro is used, it will be true the first time it's checked, then false each time after that. This can be useful for things such as one-time logging.
Loading
Please register or sign in to comment