R3vo – User
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 79: | Line 79: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
! Command Group !! Description !! Example Commands | ! Command Group !! Description !! Example Commands !! Only Available for | ||
|- | |- | ||
| [[:Category:Command Group: Briefing|Briefing]] || '''Objectives, tasks and notes.''' || [[createSimpleTask]], [[setTaskState]], [[createDiaryRecord]] | | [[:Category:Command Group: Briefing|Briefing]] || '''Objectives, tasks and notes.''' || [[createSimpleTask]], [[setTaskState]], [[createDiaryRecord]] || | ||
|- | |- | ||
| [[:Category:Command Group: Camera Control|Camera Control]] || '''Camera functions for intros, outros and cut-scenes.''' || [[camCreate]], [[camSetDir]] | | [[:Category:Command Group: Camera Control|Camera Control]] || '''Camera functions for intros, outros and cut-scenes.''' || [[camCreate]], [[camSetDir]] || | ||
|- | |- | ||
| [[:Category:Command Group: Config|Config]] || '''Commands for working with configs'''|| [[configFile]], [[config greater greater name|>>]], [[configProperties]] | | [[:Category:Command Group: Config|Config]] || '''Commands for working with configs'''|| [[configFile]], [[config greater greater name|>>]], [[configProperties]] || | ||
|- | |- | ||
| [[:Category:Command Group: Containers|Containers]] || '''backpacks, vests'''|| [[vest]], [[canAdd]], [[backpack]] | | [[:Category:Command Group: Containers|Containers]] || '''backpacks, vests'''|| [[vest]], [[canAdd]], [[backpack]] || | ||
|- | |- | ||
| [[:Category:Command Group: Conversations|Conversations]] || bikb, topics, etc.|| [[kbTell]], [[kbWasSaid]] | | [[:Category:Command Group: Conversations|Conversations]] || bikb, topics, etc.|| [[kbTell]], [[kbWasSaid]] || | ||
|- | |- | ||
| [[:Category:Command Group: Curator|Zeus (Curator)]] || Setting up | | [[:Category:Command Group: Curator|Zeus (Curator)]] || Setting up [[Arma 3 Curator|Zeus]] rules and interface || [[allCurators]], [[assignCurator]], [[curatorAddons]] || {{arma3}} | ||
|- | |- | ||
| [[:Category:Command Group: Custom Panels|Custom Panels]] || Commands to handle [[Arma 3 Custom | | [[:Category:Command Group: Custom Panels|Custom Panels]] || Commands to handle [[Arma 3 Custom Info|custom panels]] || [[infoPanel]], [[setInfoPanel]], [[enableInfoPanelComponent]] || {{arma3}} | ||
|- | |- | ||
| [[:Category:Command Group: Diagnosis|Diagnosis (Diag)]] || Commands helpful for diagnosing issues || [[diag_log]], [[diag_fpsMin]], [[diag_deltaTime]] | | [[:Category:Command Group: Diagnosis|Diagnosis (Diag)]] || Commands helpful for diagnosing issues || [[diag_log]], [[diag_fpsMin]], [[diag_deltaTime]] || | ||
|- | |- | ||
| [[:Category:Command Group: DLC|DLC]] || DLC related commands || [[getDLCs]], [[getObjectDLC]], [[isDLCAvailable]] | | [[:Category:Command Group: DLC|DLC]] || DLC related commands || [[getDLCs]], [[getObjectDLC]], [[isDLCAvailable]] {{arma3}} | ||
|- | |- | ||
| [[:Category:Command Group: Eden Editor| | | [[:Category:Command Group: Eden Editor|Eden Editor]] || Commands to work with [[Eden Editor]] || [[get3DENCamera]], [[add3DENEventHandler]], [[get3DENSelected]] {{arma3}} | ||
|- | |- | ||
| [[:Category:Command Group: Editor Control|Editor Control]] || Commands related to the game 2 editor (Not implemented) || [[insertEditorObject]], [[updateObjectTree]], [[fromEditor]] | | [[:Category:Command Group: Editor Control|Editor Control]] || Commands related to the game 2 editor (Not implemented) || [[insertEditorObject]], [[updateObjectTree]], [[fromEditor]] Not available | ||
|- | |- | ||
| [[:Category:Command Group: Environment|Environment]] || Control the environment like weather, time or date || [[setFog]], [[setRain]], [[date]] | | [[:Category:Command Group: Environment|Environment]] || Control the environment like weather, time or date || [[setFog]], [[setRain]], [[date]] || | ||
|- | |- | ||
| [[:Category:Command Group: Event Handlers|Event Handlers]] || Set, define and use Event Handlers || [[addEventHandler]] | | [[:Category:Command Group: Event Handlers|Event Handlers]] || Set, define and use Event Handlers || [[addEventHandler]] || | ||
|- | |- | ||
| [[:Category:Command Group: Groups|Groups]] || Read and set group properties || [[formation]], [[group]], [[setFormation]] | | [[:Category:Command Group: Groups|Groups]] || Read and set group properties || [[formation]], [[group]], [[setFormation]] || | ||
|- | |- | ||
| [[:Category:Command Group: GUI Control|GUI Control]] || Customize the look of dialogs and menus in the game. || [[buttonAction]], [[ctrlCreate]], [[ctrlSetText]] | | [[:Category:Command Group: GUI Control|GUI Control]] || Customize the look of dialogs and menus in the game. || [[buttonAction]], [[ctrlCreate]], [[ctrlSetText]] || | ||
|- | |- | ||
| [[:Category:Command Group: Interaction|Interaction]] || On-screen messages, dialogs, menus. || [[hint]], [[titleText]], [[showGPS]] | | [[:Category:Command Group: Interaction|Interaction]] || On-screen messages, dialogs, menus. || [[hint]], [[titleText]], [[showGPS]] || |
Revision as of 10:24, 15 September 2020
GUI Documentation
Eden Editor
Maintaining
Template:User de | |
Template:User en-3 |
Test Server Config
// GENERAL SETTINGS
hostname = "My Arma 3 Server"; // Name of the server displayed in the public server list
//password = "ServerPassword"; // Password required to join the server (remove // at start of line to enable)
passwordAdmin = "1337"; // Password to login as admin. Open the chat and type: #login password
kickduplicate = 0;
loopback = true;
verifySignatures = 0;
skipLobby = true;
BattlEye = 0;
persistent = 1;
Command Groups
- All commands containing "diag_" done
- All commands containing "uniform" done
- All commands containing "flag" done
- All commands containing "infoPanel" done
- All commands containing "waypoint" done
Command Group | Description | Example Commands | Only Available for |
---|---|---|---|
Briefing | Objectives, tasks and notes. | createSimpleTask, setTaskState, createDiaryRecord | |
Camera Control | Camera functions for intros, outros and cut-scenes. | camCreate, camSetDir | |
Config | Commands for working with configs | configFile, >>, configProperties | |
Containers | backpacks, vests | vest, canAdd, backpack | |
Conversations | bikb, topics, etc. | kbTell, kbWasSaid | |
Zeus (Curator) | Setting up Zeus rules and interface | allCurators, assignCurator, curatorAddons | Arma 3 |
Custom Panels | Commands to handle custom panels | infoPanel, setInfoPanel, enableInfoPanelComponent | Arma 3 |
Diagnosis (Diag) | Commands helpful for diagnosing issues | diag_log, diag_fpsMin, diag_deltaTime | |
DLC | DLC related commands | getDLCs, getObjectDLC, isDLCAvailable Arma 3 | |
Eden Editor | Commands to work with Eden Editor | get3DENCamera, add3DENEventHandler, get3DENSelected Arma 3 | |
Editor Control | Commands related to the game 2 editor (Not implemented) | insertEditorObject, updateObjectTree, fromEditor Not available | |
Environment | Control the environment like weather, time or date | setFog, setRain, date | |
Event Handlers | Set, define and use Event Handlers | addEventHandler | |
Groups | Read and set group properties | formation, group, setFormation | |
GUI Control | Customize the look of dialogs and menus in the game. | buttonAction, ctrlCreate, ctrlSetText | |
Interaction | On-screen messages, dialogs, menus. | hint, titleText, showGPS |