Scripting Topics – Category

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Navbox/RVScripting}}" to "{{Table/RVScripting}}")
 
(29 intermediate revisions by 7 users not shown)
Line 1: Line 1:
==Introduction==
{| style="width: 100%"
Scripting is a very important tool in creating good missions or addons. Scripts can be executed from a [[Triggers|trigger]], or in the initialization field of a [[player]] or [[object]], or even executed inside other scripts. A script is a simple text file, with an extension of .sqs or .sqf. In Arma2, .sqs scripts can still function, although .sqs format has been deprecated. If you are new to scripting you should try to script in .sqf. Also, start [[Scripting|here]].
| style="vertical-align: top; width: 55%" | Scripting is a very important tool used to create good missions or addons.<br>
Most of the information found here can be generalized between many of the [[Bohemia Interactive]] games (mostly using the [[Real Virtuality]] engine). Game-specific material will be cited as such.  


A simple example of executing a script in the player init field would look something like this:


<nowiki>[</nowiki>argument<nowiki>]</nowiki> [[exec]] "myscript.sqs" (for [[SQS syntax|SQS]] scripts)
{{Table/RVScripting}}


nul = <nowiki>[</nowiki>argument<nowiki>]</nowiki> [[execVM]] "myscript.sqf" (for [[SQF syntax|SQF]] scripts)
{{GameCategory|ofp| Editing}}
 
{{GameCategory|ofpe|Editing}}
As there is a very keen interest in the newly added ArmA 2 scripting commands, the following list was created so that fans could easily find these new commands:
{{GameCategory|arma1| Editing}}
 
{{GameCategory|arma2|Editing}}
'''[[:Category:ArmA_2:_New_Scripting_Commands_List|ArmA 2: New Scripting Commands]]'''
{{GameCategory|arma3|Editing}}
 
[[Category:Take On Helicopters: Editing]]
==Command Reference==
The links below take you to the OFP/ArmA Scripting Commands and related information.
 
[[:Category:Scripting Commands|Scripting Commands]] - '''Complete''' List of All Scripting Commands.
 
[[:Category:Scripting Commands Take On Helicopters|Scripting Commands for Take On Helicopters]] - Scripting Commands for '''Take On Helicopters'''.
 
[[:Category:Scripting Commands ArmA2|Scripting Commands for ArmA 2]] - Scripting Commands for '''Armed Assault 2'''.
 
[[:Category:Scripting Commands ArmA|Scripting Commands for ArmA]] - Scripting Commands for '''Armed Assault'''.
 
[[:Category:Scripting Commands OFP Elite|Scripting Commands for OFP: Elite]] - Scripting Commands for '''OFP: Elite'''.
 
[[:Category:Scripting Commands OFP 1.96|Scripting Commands for OFP Version 1.96]] - Scripting Commands for '''OFP v1.46 to v1.96'''.
 
[[:Category:Scripting Commands OFP 1.46|Scripting Commands OFP Version 1.46]] - Scripting Commands for '''OFP v1.00 to v1.46'''.
 
[[:Category:Scripting Commands VBS1|Scripting Commands for VBS1]] - Scripting Commands for '''VBS1'''.
 
 
[[Category: ArmA: Editing]]
[[Category: ArmA 2: Editing]]
[[Category:Operation Flashpoint Elite: Editing]]
[[Category:Operation Flashpoint: Editing]]

Latest revision as of 09:35, 5 May 2021

Scripting is a very important tool used to create good missions or addons.

Most of the information found here can be generalized between many of the Bohemia Interactive games (mostly using the Real Virtuality engine). Game-specific material will be cited as such.


Real Virtuality Scripting
Terminology ArgumentIdentifierExpressionOperandOperatorsParameterStatementVariablesMagic VariablesFunction
Syntax SQF SyntaxSQS SyntaxOrder of PrecedenceControl Structures
Tutorials Introduction to Arma ScriptingCode Best PracticesExample CodeCode OptimisationMission OptimisationMultiplayer ScriptingSQS → SQF
Data Types General ArrayBooleanCodeConfigControlDiary RecordDisplayEden EntityEden IDEditor ObjectGroupHashMapLocationNamespaceNumberObjectScript Handle
SideStringStructured TextTaskTeamTeam MemberNaNAnythingNothingVoidSwitch TypeWhile TypeWith TypeFor TypeIf Type
Special Arrays Array of Eden EntitiesColorDateParticleArrayPositionUnit Loadout ArrayVector3DWaypoint
Scripting Commands Scripting CommandsScripting Commands by Functionality
Scripting Functions Scripting FunctionsFunctions by Functionality
Debugging Common Scripting ErrorsDebugging TechniquesException handling
Advanced Event ScriptsEvent HandlersPreProcessor CommandsInitialisation OrderPerformance Profiling

Subcategories

This category has the following 10 subcategories, out of 10 total.

A

D

E

F

S