Scripting Commands by Functionality: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Arma 2: Editing" to "{{GameCategory|arma2|Editing}}")
mNo edit summary
Line 11: Line 11:


<div class="floating-box cmd">
<div class="floating-box cmd">
==[[:Category:Command Group: Activators|Activators]]==
==[[:Category:Command Group: Triggers|Triggers]]==
'''Set, define and use Triggers and Event Handlers.'''
'''Set, define and use Triggers and Event Handlers.'''
;e.g.
;e.g.

Revision as of 09:38, 11 August 2020


Template:Horizontoc

Introduction

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.


Triggers

Set, define and use Triggers and Event Handlers.

e.g.
addEventHandler
createTrigger
setTriggerArea

Briefing

Objectives, tasks and notes.

e.g.
createSimpleTask
setTaskState
createDiaryRecord

Camera Control

Camera functions for intros, outros and cut-scenes.

e.g.
camCreate
camSetDir

Config

Commands for working with configs

e.g.
configFile
getText

Containers

backpack, ammobox, etc.

e.g.
backpackSpaceFor
vest
everyBackpack
canAdd

Conversations

bikb, topics, etc.

e.g.
kbTell
kbWasSaid

Curator (Zeus)

Setting up Zeus rules and interface.

e.g.
curatorAddons
assignCurator

Custom Panels

Commands to handle Custom Panels.

e.g.
infoPanel
setInfoPanel
enableInfoPanelComponent

DLC

DLC related commands.

e.g.
getDLCs
getObjectDLCs
isDLCAvailable

Environment

Control the environment's weather, time, etc.

e.g.
setFog
setRain

Groups

Read and set group formations and members.

e.g.
formation
group
units

GUI Control

Customize the look of dialogs and menus in the game.

e.g.
buttonAction
ctrlShow
lbPicture

Interaction

On-screen messages, dialogs, menus.

e.g.
hint
titleText
showGPS

Lights

Create, enable light sources on vehicles, terrain objects or lightpoints.

e.g.
setLightColor
setPilotLight
enableGunLights

Locations

Create, define, use and manipulate locations.

e.g.
createLocation
nearestLocation
setSize

Markers

Set, define and use markers.

e.g.
createMarker
getMarkerType
setMarkerPos

Math

Boolean, basic math and trigonometry functions.

e.g.
abs
atan
sin
Also:
 Math Commands

Mission Information

Read and set parameters for the current mission.

e.g.
addRating
forceEnd
score

Mods and Addons

Commands that are used to get information about mods and addons.

e.g.
configSourceModList
configSourceMod
addonFiles

Multiplayer

Commands that are specific to Multiplayer games.

e.g.
didJIP
owner
onPlayerConnected

Object Information

Find out things about your troops and other objects.

e.g.
alive
combatMode
fuel
isEngineOn
nearestObject

Object Manipulation

Create and define troops and other objects.

e.g.
createVehicle
setBehaviour
setDamage

Program Flow

Commands to define loops, conditions, and jumps inside scripts.

e.g.
exec
do
forEach
goto

Radio Control

Control radio availability and messages.

e.g.
enableRadio
groupChat
vehicleRadio

Remote Control

Manipulate and connect to UAVs or remote control units.

e.g.
connectTerminalToUAV
remoteControl
teamSwitch

Ropes and Sling Loading

Attach and detach ropes to objects, slingload and drop them.

e.g.
enableRopeAttach
getSlingLoad
ropes

Sides

Read and set unit affiliations.

e.g.
captive
countEnemy
friendly

Sounds

Control in-game sounds.

e.g.
fadeMusic
playSound
say

System

Commands that deal with the game as a whole.

e.g.
benchmark
cadetMode
loadFile
saveGame


Team Switch

Everything to do with the Team Switch feature.

e.g.
enableTeamSwitch
onTeamSwitch
selectPlayer
teamSwitch

Time

Commands related to in-game time or system time.

e.g.
accTime
setTimeMultiplier
timeMultiplier

Unit Control

Controls the behaviour of your troops.

e.g.
action
addWaypoint
commandFire
doMove
setHideBehind

Variables

Commands to handle arrays and other variables.

e.g.
format
count
isNull
select

Vehicle Assignment

Vehicle related commands.

e.g.
allowGetIn
assignAsCargo
moveInDriver

Vehicle Loadout

Vehicle loadout related commands.

e.g.
getCompatiblePylonMagazines
getPylonMagazines

Waypoints

Commands to handle waypoints.

e.g.
addWaypoint
deleteWaypoint

Weapon Pool

The Weapon Pool enables the player to use weapons from one mission in others.

e.g.
addMagazinePool
fillWeaponsFromPool
queryMagazinePool

Weapons

Weapon related commands.

e.g.
addMagazine
ammo
weapons