1 - Basic Terminology Flashcards
(10 cards)
ARMA Basic Scripting Outline
https://community.bistudio.com/wiki/Introduction_to_Arma_Scripting
This defines the variables data may contain.
Data type.
An explicit specification of how to solve a class of problems. Can perform calculation, data processing and automated reasoning tasks.
Algorithm
Reads your code from a script file and translates it into instructions for you to achieve your desired outcome/effect in the game.
Interpreter
Statements which are used to control execution flow in the scripts. They are sequences of scripting code which help to control complex procedures.
Control Structures
Status Quo Function
A syntax (structure) for controlling a script.
A chunk of code grouped together in a seperate textfile. This code does a specific task handled by the game engine.
script
The core program of the game which reads and executes your scripting commands at run time.
Game engine
something defined in code which carries out an instruction or set of instructions and may or may not have inputs and outputs.
Function
Base commands each programming language is built on. They provide ability to perform basic mathematical and logical operations.
Operators