Browsing Category
ArmA Scripting
ArmA Scripting Tutorials: Private Special Variables
What are special variables? These variables have special meaning to the engine. They sometimes are also called reserved variables. Private special variables have private scope
ArmA Scripting Tutorials: How To Switch On Lazy Evaluation
One thing you should know about ArmA engine is that it likes to create work for itself. And unless you tell it explicitly to take a break it
ArmA Scripting Reference: ArmA 2 / ArmA 3 Scripting Commands List
The most comprehensive and up-to-date list of all known ArmA scripting commands under one roof for a quick reference… 🙂 Use Ctrl+F to search this
ArmA 2 / ArmA 3 Hybrid Syntax Highlighter For Notepad++
Oh yes, the one and only KK’s home made ArmA syntax highlighter. Once you tried it you will be asking yourself this question, how could
ArmA 2 / ArmA 3 Simple Private Variable Extractor
What is this? If you have been coding in ArmA you know you want to make sure all private variables used are defined as private