Config
Explanation of the config structure
Parameter
Meaning
Values
Keys
{
"m_DoorConfig": {
"Land_Mil_Barracks4": [
{
"DoorIndex": 3,
"BuildingPosition": [
-1,
-1,
-1
],
"BuildingClassname": "Land_Mil_Barracks4",
"KeyClassnames": [
"CRDTN_Key_Universal"
],
"Data": {
"notificationIcon": "set:ccgui_enforce image:MapUserMarker",
"sendNotificationToAll": "0",
"isAlarmed": "1",
"actionText": "Unlock with key",
"notificationText": "Door unlocked",
"sendNotificationToClient": "0",
"notificationHeader": "ALERT",
"alarmSound": "CRDTN_Core_SoundSet_Sound_Alarm",
"unlockTime": "10"
}
}
]
}
}Last updated