redscript-ide-vscode icon indicating copy to clipboard operation
redscript-ide-vscode copied to clipboard

Warn (yellow line) on wrapMethod not containing a wrappedMethod()

Open Thortok opened this issue 4 months ago • 0 comments

This should also check for conditional logic as well

if false { wrappedMethod() }

If this was the only wrappedMethod in the function then there should be a similar yellow warning line that under some conditions the method may not fully wrap.

Thortok avatar Feb 19 '24 16:02 Thortok