mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
- using a3go 0.3.2, no longer relies on ext callback for anything except RPT logging and waiting DB connect at postinit - tested and functional
13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
#include "script_component.hpp"
|
|
[
|
|
["missionName", missionName],
|
|
["missionStart", GVAR(missionStart)],
|
|
["missionHash", GVAR(missionHash)],
|
|
["briefingName", briefingName],
|
|
["missionNameSource", missionNameSource],
|
|
["onLoadName", getMissionConfigValue ["onLoadName", "Unknown"]],
|
|
["author", getMissionConfigValue ["author", "Unknown"]],
|
|
["serverName", serverName],
|
|
["serverProfile", profileName],
|
|
["worldName", toLower worldName]
|
|
]; |