Scripting Commands by Functionality: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add Cat Editor control)
m (Final cleaning)
Tag: Replaced
 
(51 intermediate revisions by 10 users not shown)
Line 1: Line 1:
==Introduction==
#REDIRECT [[Category:Scripting Commands by Functionality]]
This page has been created to help you find the appropriate commands when you are dealing with specific scripting situations (e.g. all commands that have to do with triggers, or to control unit behaviour, etc.).
 
Keep in mind that there can be cases where certain commands may appear in more than one category.
 
<div class="floating_box1">
==[[:Category:Command Group: Activators|Activators]]==
'''Set, define and use Triggers and Event Handlers.'''<br/>
(e.g. [[addEventHandler]], [[createTrigger]], [[setTriggerArea]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Camera Control|Camera Control]]==
'''Camera functions for intros, outros and cut-scenes.'''<br/>
(e.g. [[camCreate]], [[camSetDir]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Editor Control|Editor Control]]==
'''Functions to interact with editor.'''<br/>
(e.g. [[insertEditorObject]], [[updateObjectTree]], [[execEditorScript]], [[fromEditor]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Environment|Environment]]==
'''Control the environment's weather, time, etc.'''<br/>
(e.g. [[setFog]], [[setRain]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Groups|Groups]]==
'''Read and set group formations and members.'''<br/>
(e.g. [[formation]], [[group]], [[units]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: GUI Control|GUI Control]]==
'''Customize the look of the main menus in the game.'''<br/>
(e.g. [[buttonAction]], [[ctrlShow]], [[lbPicture]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Interaction|Interaction]]==
'''On-screen messages, dialogs, menus.'''<br/>
(e.g. [[hint]], [[titleText]], [[showGPS]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Locations|Locations]]==
'''Create, define, use and manipulate locations.'''<br/>
(e.g. [[createLocation]], [[nearestLocation]], [[setSize]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Markers|Markers]]==
'''Set, define and use markers.'''<br/>
(e.g. [[createMarker]], [[getMarkerType]], [[setMarkerPos]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Math|Math]]==
'''Boolean, basic math and trigonometry functions.'''<br/>
([[abs]], [[atan]], [[sin]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Mission Information|Mission Information]]==
'''Read and set parameters for the current mission.'''<br/>
(e.g. [[addRating]], [[forceEnd]], [[score]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Multiplayer|Multiplayer]]==
'''Commands that are specific to Multiplayer games.'''<br/>
(e.g. [[enableTeamSwitch]], [[onPlayerConnected]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Object Information|Object Information]]==
'''Find out things about your troops and other objects.'''<br/>
(e.g. [[alive]], [[combatMode]], [[fuel]], [[isEngineOn]], [[nearestObject]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Object Manipulation|Object Manipulation]]==
'''Create and define troops and other objects.'''<br/>
(e.g. [[createVehicle]], [[setBehaviour]], [[setDamage]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Program Flow|Program Flow]]==
'''Commands to define loops, conditions, and jumps inside scripts.'''<br/>
(e.g. [[exec]], [[do]], [[forEach]], [[goto]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Radio Control|Radio Control]]==
'''Control radio availability and messages.'''<br/>
(e.g. [[enableRadio]], [[groupChat]], [[vehicleRadio]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Sides|Sides]]==
'''Read and set unit affiliations.'''<br/>
(e.g. [[captive]], [[countEnemy]], [[friendly]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Sounds|Sounds]]==
'''Control in-game sounds.'''<br/>
(e.g. [[fadeMusic]], [[playSound]], [[say]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: System Commands|System Commands]]==
'''Commands that deal with the game as a whole.'''<br/>
(e.g. [[benchmark]], [[cadetMode]], [[loadFile]], [[saveGame]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Unit Control|Unit Control]]==
'''Controls the behaviour of your troops.'''<br/>
(e.g. [[action]], [[addWaypoint]], [[commandFire]], [[doMove]], [[setHideBehind]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Variables|Variables]]==
'''Commands to handle arrays and other variables.'''<br/>
(e.g. [[format]], [[count]], [[isNull]], [[select]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Vehicle Assignment|Vehicle Assignment]]==
'''Vehicle related commands.'''<br/>
(e.g. [[allowGetIn]], [[assignAsCargo]], [[moveInDriver]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Waypoints|Waypoints]]==
'''Commands to handle waypoints.'''<br/>
(e.g. [[addWaypoint]], [[deleteWaypoint]])
</div>
 
<div class="floating_box1">
==[[:Category:Command Group: Weapons|Weapons]]==
'''Weapon related commands.'''<br/>
(e.g. [[addMagazine]], [[ammo]], [[weapons]])
</div>
 
__NOTOC__
__NOEDITSECTION__
 
[[Category:Scripting_Topics]]

Latest revision as of 02:14, 26 December 2020