All
Code To compileFinal Converter
So are you ready to lock the code of your function with compileFinal so that it cannot be overwritten by hackers? Paste and convert! (ArmA
ArmA Scripting Tutorials: Variables (Part 2)
In Part 1 I talked about private variables. This part will be about 2 kinds of public variables, public local and public local special. Local
ArmA Scripting Tutorials: Variables (Part 1)
There are 5 kinds of variables in Arma: private, private special, public local, public local special, public global. Each variable kind has own scope of
ArmA Scripting Tutorials: Loops
Loop is a piece of code that repeats over and over. There will be times when you need to do this and there are few
ArmA Scripting Tutorials: Basics
To ; or not to ; that is the question! Simple answer is, if in doubt, do it. Let me explain. Semicolon is used in
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
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
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
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
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