BrettMayson / HEMTT

Build System for Arma 3
http://hemtt.dev/
GNU General Public License v2.0
113 stars 40 forks source link

Syntax error when attempting to use Intercept commands #681

Closed JonBons closed 5 months ago

JonBons commented 6 months ago

Tools:

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:

  1. Have a project that utilizes any custom command added via Intercept
  2. Try to build it

Expected behavior: Some method to allow custom commands created with Intercept to be specified for HEMTT to validate against.

Logs: /

Additional context: /

BrettMayson commented 5 months ago

Implemented in the linked PR