Browsing Tag

Scripting

0

ArmA Scripting Tutorials: Getting Started

ArmA 3 Public Alpha has recently updated to 0.54 and one of the new features is… Added: improved public debug console This makes testing and

1

ArmA Scripting Tutorials: Case Sensitivity

Few things should be said about ArmA and CaSE sENsiTiVity as it could be confusing at times leading to mistakes in code. So lets look at some

6

ArmA Scripting Tutorials: Arrays (Part 3)

So we know how to manipulate arrays from Part 2. Now to the advanced stuff like copying arrays. You see, when you assign one array

4

ArmA Scripting Tutorials: Arrays (Part 2)

In Part 1 we have mostly looked at how to retrieve information from arrays. In this part we are going to look at changing and

8

ArmA Scripting Tutorials: Arrays (Part 1)

ArmA is full of arrays and I also happen to like them. Whether you want to call a script or a function, add items to

0

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

4

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

97

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

March 29, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games
44

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

March 28, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, DayZ, Games
10

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

November 28, 2012 All, ArmA 2, ArmA 3, ArmA Scripting, JavaScript