POLPOX/Sandbox2 – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(Comprehensive nulls/default value for every Data Types)
Line 1: Line 1:
The idea of this dic is to list frequently-used Arma related terms, and directly related to the game than [[Arma: Dictionary]] that is to mainly cover the lore terms. Not even sure is worth it to make it into two articles instead of one.
Nulls (well not really, mode of “default” values) for every [[Data Types]].


{| class="wikitable sortable"
{| class="wikitable" style="text-align: center"
! Type
! Type !! Default value
! Name
! Meaning
! Description/Notes
! Scope
|-
|-
| Gameplay
| [[Array]] || {{hl|[]}}
| Action Menu
| The menu accessible with Scroll Wheel
| Often called Scroll Wheel Menu
| Arma Series (Prior to Reforger)
|-
|-
| Technical
| [[Boolean]] || {{hl|[[true]]}}
| Mod
| '''Mod'''ification
| AKA '''Addon''', a set of files that modifies the game
| Gaming Industry
|-
|-
| Technical
| [[Group]] || {{hl|[[grpNull]]}}
| Vanilla
| Vanilla game
| Non-modded game. The term is after the “default” flavor vanilla icecream.
| Gaming Industry
|-
|-
| Technical
| [[Number]] || {{hl|0}}
| Modpack
| Mod pack
| Repacked Mods into one Mod either with or without permission. '''This is not a recommended way to manage Mods''' since it can make bunch of issues e.g Mods version mismatch/outdated/theft.
| Gaming Industry
|-
|-
| Hardware
| [[Object]] || {{hl|[[objNull]]}}
| HOTAS
| '''H'''ands '''O'''n '''T'''hrottle-'''A'''nd-'''S'''tick
| AKA '''Joystick'''.
| Gaming Industry
|-
|-
| Technical
| [[Side]] || {{hl|west}}
| PBO
| '''Poseidon''' B something  O something
| A data file format for Arma games
| Arma Series (Prior to Reforger)
|-
|-
| Technical
| [[String]] || {{hl|""}}
| SQF
| '''S'''tatus '''Q'''uo '''F'''unction
| A script language for Arma games
| Arma Series (Prior to Reforger)
|-
|-
| Technical
| [[Code]] || {{hl|{}}}
| SQS
| '''S'''tatus '''Q'''uo '''S'''cript
| A script language for Arma games
| Arma Series (Prior to Reforger)
|-
|-
| Technical
| [[Config]] || {{hl|[[configNull]]}}
| PAA
| '''P'''oseidon A something A something
| A texture file format for Arma games
| Arma Series (Prior to Reforger)
|-
|-
| Technical
| [[Control]] || {{hl|[[controlNull]]}}
| P3D
| '''P'''oseidon 3D?
| A mesh/model file format for Arma games
| Arma Series (Prior to Reforger)
|-
|-
| Gameplay
| [[Display] || {{hl|[[displayNull]]}}
| Scenario
|  
| A scenario file or a scenario itself. AKA mission.
| Arma Series
|-
|-
| Gameplay
| [[Location]] || ?
| Terrain
|  
| A terrain is the field you play on. Eg. Altis, Chernarus, Everon. Not to be confused with a scenario. AKA map.
| Arma Series
|-
|-
| [[Script Handle]] || ?
|-
| [[Structured Text]] || {{hl|[[text]] ""}}
|-
| [[Diary Record]] || {{hl|[[diaryRecordNull]]}}
|-
| [[Task]] || {{hl|[[taskNull]]}}
|-
| [[Team Member]] || ?
|-
| [[Namespace]] || {{hl|[[missionNamespace]]}}
|-
| [[Editor Object]] || ?
|-
| [[Eden ID]] || ?
|-
| [[Eden Entity]] || ?
|-
| [[NaN]] || ?
|-
| [[HashMap]] || {{hl|[[createHashMap]]}}
|-
| [[HashMapKey]] || ?
|}
|}
[[Category: Armaverse|DICTIONARY]]

Revision as of 09:13, 19 March 2024