R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(141 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable" style="font-size:.85em"
= Mobile To-Do =
|-
''A list of things that would improve mobile compatibility''
! colspan="3" | <big>[[Real Virtuality]] Scripting</big>
 
|-
 
! colspan="2" | Terminology
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''
| [[Argument]] ● [[Identifier]] ● [[Expression]] ● [[Operand]] ● [[Operators]] ● [[Parameter]] ● [[Statement]] ● [[Variables]] ● [[Magic Variables]] ● [[Function]]
 
|-
= Done =
! colspan="2" | Syntax
 
| [[SQF Syntax]] ● [[SQS Syntax]] ● [[Order of Precedence]] ● [[Control Structures]]
* Creator dlc template needs a noresize.
|-
** {{Link|Spearhead_1944}}
! colspan="2" | Tutorials
* Long command names should wrap
| [[Introduction to Arma Scripting]] ● [[Code Best Practices]] ● [[:Category:Example Code|Example Code]] ● [[Code Optimisation]] ● [[Mission Optimisation]] ● [[Multiplayer Scripting]] ● [[SQS to SQF conversion|SQS → SQF]]
** {{Link|removeAllUserActionEventHandlers}}
|-
 
! rowspan="2" | Data Types
* See also entries on command and function pages are broken
! General
** {{Link|parsingNamespace}}
| [[Array]] ● [[Boolean]] ● [[Code]] ● [[Config]] ● [[Control]] ● [[Diary Record]] ● [[Display]] ● [[Eden Entity]] ● [[Eden ID]] ● [[Editor Object]] ● [[Group]] ● [[HashMap]] ● [[Location]] ● [[Namespace]] ● [[Number]] ● [[Object]] ● [[Script (Handle)]] <br> [[Side]] ● [[String]] ● [[Structured Text]] ● [[Task]] ● [[Team]] ● [[Team Member]] ● [[NaN]] ● [[Anything]] ● [[Nothing]] ● [[Void]] ● [[Switch Type]] ● [[While Type]] ● [[With Type]] ● [[For Type]] ● [[If Type]]
 
|-
* Command and function template layout wastes a lot of space due to the two column design
! Special Arrays
 
| [[Array of Eden Entities]] ● [[Color]] ● [[Date]] ● [[ParticleArray]] ● [[Position]] ● [[Unit Loadout Array]] ● [[Vector3D]] ● [[Waypoint]]
* Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper
|-
** {{Link|Arma_3:_Visual_Upgrade}}
! colspan="2" | Scripting Commands
 
| [[:Category:Scripting Commands|Scripting Commands]] ● [[:Category:Scripting Commands by Functionality|Scripting Commands by Functionality]]
* YouTube embeds and images should not have a fixed width
|-
** {{Link|Category:DayZ}}
! colspan="2" | Scripting Functions
** {{Link|Spearhead_1944_Frontline_Function}}
| [[:Category:Functions|Scripting Functions]] ● [[:Category:Functions by Functionality|Functions by Functionality]]
** It is because the youtube template has a hardcoded minimum width. This should get removed
|-
! colspan="2" | Debugging
| [[:Category:Common Scripting Errors|Common Scripting Errors]] ● [[Debugging Techniques]] ● [[Exception handling]]
|-
! colspan="2" | Advanced
| [[Event Scripts]] ● [[:Category:Event Handlers|Event Handlers]] ● [[PreProcessor Commands]] ● [[Initialization Order]] ● [[Performance Profiling]]
|}

Latest revision as of 18:11, 18 May 2025

Mobile To-Do

A list of things that would improve mobile compatibility


Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.

Done

  • Command and function template layout wastes a lot of space due to the two column design
  • Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper