Description:
When using Intercept there is no way to signal to HEMTT any additional commands we've added resulting in a syntax error failure.
Current workaround is to do something like fn_InterceptCmd = compile "interceptCmd _this";
Steps to reproduce:
Have a project that utilizes any custom command added via Intercept
Try to build it
Expected behavior:
Some method to allow custom commands created with Intercept to be specified for HEMTT to validate against.
Tools:
1.12 stable
Description: When using Intercept there is no way to signal to HEMTT any additional commands we've added resulting in a syntax error failure. Current workaround is to do something like
fn_InterceptCmd = compile "interceptCmd _this";
Steps to reproduce:
Expected behavior: Some method to allow custom commands created with Intercept to be specified for HEMTT to validate against.
Logs: /
Additional context: /