mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
add hemtt support, major refactor
- no longer supports server events - can now more easily build using hemtt - extension vastly improved in both structure and functionality - tested on listen server - includes schema change
This commit is contained in:
12
addons/main/functions/fn_getMissionInfo.sqf
Normal file
12
addons/main/functions/fn_getMissionInfo.sqf
Normal file
@@ -0,0 +1,12 @@
|
||||
createHashMapFromArray [
|
||||
["missionName", missionName],
|
||||
["missionStart", ATNamespace getVariable "missionStartTime"],
|
||||
["missionHash", ATNamespace getVariable "missionHash"],
|
||||
["briefingName", briefingName],
|
||||
["missionNameSource", missionNameSource],
|
||||
["onLoadName", getMissionConfigValue ["onLoadName", ""]],
|
||||
["author", getMissionConfigValue ["author", ""]],
|
||||
["serverName", serverName],
|
||||
["serverProfile", profileName],
|
||||
["worldName", toLower worldName]
|
||||
];
|
||||
Reference in New Issue
Block a user