Table/RVScripting – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (minor tweak)
m (Fix link)
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable"
<includeonly>{| class="wikitable" style="margin:auto; font-size:.85em"
|-
|-
! colspan="3" style="background-color:#EAECF0;" | <big>[[Real Virtuality]] Scripting</big>
! colspan="3" | <big>[[Real Virtuality]] Scripting</big>
|-
|-
| colspan="2" style="background-color:#EAECF0;" | '''Terminology''' || [[Argument]] ● [[Identifier]] ● [[Expression]] ● [[Operand]] ● [[Operators]] ● [[Parameter]] ● [[Statement]] ● [[Variables]] ● [[Magic Variables]] ● [[Function]]
! colspan="2" | Terminology
| [[Argument]] ● [[Identifier]] ● [[Expression]] ● [[Operand]] ● [[Operators]] ● [[Parameter]] ● [[Statement]] ● [[Variables]] ● [[Magic Variables]] ● [[Function]]
|-
|-
| colspan="2" style="background-color:#EAECF0;" | '''Syntax''' || [[SQF Syntax]] ● [[SQS Syntax]] ● [[Order of Precedence]] ● [[Control Structures]]
! colspan="2" | Syntax
| [[SQF Syntax]] ● [[SQS Syntax]] ● [[Order of Precedence]] ● [[Control Structures]]
|-
|-
| colspan="2" style="background-color:#EAECF0;"| '''Tutorials''' || [[Introduction to Arma Scripting]] ● [[Code Best Practices]] ● [[:Category:Example Code|Example Code]] ● [[Code Optimisation]] ● [[Mission Optimisation]] ● [[Multiplayer Scripting]] ● [[SQS to SQF conversion|SQS → SQF]]
! colspan="2" | Tutorials
| [[Introduction to Arma Scripting]] ● [[Code Best Practices]] ● [[:Category:Example Code|Example Code]] ● [[Code Optimisation]] ● [[Mission Optimisation]] ● [[Multiplayer Scripting]] ● [[SQS to SQF conversion|SQS → SQF]]
|-
|-
| rowspan="2" style="background-color:#EAECF0;" | ''' Data Types''' || style="background-color:#EAECF0;" | '''General''' || [[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]]
! rowspan="2" | Data Types
! General
| [[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]]
|-
|-
| style="background-color:#EAECF0;" | '''Special Arrays''' || [[Array of Eden Entities]] ● [[Color]] ● [[Date]] ● [[ParticleArray]] ● [[Position]] ● [[Unit Loadout Array]] ● [[Vector3D]] ● [[Waypoint]]
! Special Arrays
| [[Array of Eden Entities]] ● [[Color]] ● [[Date]] ● [[ParticleArray]] ● [[Position]] ● [[Unit Loadout Array]] ● [[Vector3D]] ● [[Waypoint]]
|-
|-
| colspan="2" style="background-color:#EAECF0;" | '''Scripting Commands''' || [[:Category:Scripting Commands|Scripting Commands]] ● [[:Category:Scripting Commands by Functionality|Scripting Commands by Functionality]]
! colspan="2" | Scripting Commands
| [[:Category:Scripting Commands|Scripting Commands]] ● [[:Category:Scripting Commands by Functionality|Scripting Commands by Functionality]]
|-
|-
| colspan="2" style="background-color:#EAECF0;" | '''Scripting Functions''' || [[:Category:Functions|Scripting Functions]] ● [[:Category:Functions by Functionality|Functions by Functionality]]
! colspan="2" | Scripting Functions
| [[:Category:Functions|Scripting Functions]] ● [[:Category:Functions by Functionality|Functions by Functionality]]
|-
|-
| colspan="2" style="background-color:#EAECF0;" | '''Debugging''' || [[:Category:Common Scripting Errors|Common Scripting Errors]] ● [[Debugging Techniques]] ● [[Exception handling]]
! colspan="2" | Debugging
| [[:Category:Common Scripting Errors|Common Scripting Errors]] ● [[Debugging Techniques]] ● [[Exception handling]]
|-
|-
| colspan="2" style="background-color:#EAECF0;" | '''Advanced''' || [[Event Scripts]] ● [[:Category:Event Handlers|Event Handlers]] ● [[PreProcessor Commands]] ● [[Initialization Order]] ● [[Performance Profiling]]
! colspan="2" | Advanced
| [[Event Scripts]] ● [[:Category:Event Handlers|Event Handlers]] ● [[PreProcessor Commands]] ● [[Initialization Order]] ● [[Performance Profiling]]
|}</includeonly><noinclude>
|}</includeonly><noinclude>



Revision as of 19:14, 28 August 2021