Skip to content

Instantly share code, notes, and snippets.

View OverlordZorn's full-sized avatar
just the perfect amount of tea

OverlordZorn OverlordZorn

just the perfect amount of tea
  • Southern Germany
  • 02:56 (UTC +02:00)
View GitHub Profile
Starting Update...
Please don't quit this page or cancel the download
This might take a while...
Checking Shared Content...
Checking Executables...
Checking Arma 3 Server Creator DLC - GM...
Checking Arma 3 Server Creator DLC - CSLA...
Checking Arma 3 Server Creator DLC - SOGPF...
Checking Arma 3 Server Creator DLC - Western Sahara...
Checking Arma 3 Server Creator DLC - SPE...
@OverlordZorn
OverlordZorn / readme.md
Last active May 8, 2025 12:52
Quick Explainer on A3 Preprocessor commands / Macro's

So. What are Macro's?

Marcos are a tool that can be used to "automate" the creation of parts of code. This can be simple names for global variable like ace_wardrobe_globalVariable with something like GVAR(globalVariable) but also more complex, multi-line macros.

What are Preproccor Commands?

Preprocessor Commands are commands that are being interpretated and "converted" during the process of interpretating SQF code.

see the biki for more details https://community.bistudio.com/wiki/PreProcessor_Commands