Skip to content

Instantly share code, notes, and snippets.

@dedmen
Created March 8, 2017 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dedmen/9585ea44ad7097ac406012eeb42b1f39 to your computer and use it in GitHub Desktop.
Save dedmen/9585ea44ad7097ac406012eeb42b1f39 to your computer and use it in GitHub Desktop.
{
"callstack": [
{
"contentSample": "\n_CBA_return = _CBA_arguments call _CBA_code;\n",
"fileName": "",
"ip": 4,
"lastInstruction": {
"fileOffset": [
9,
2493
],
"filename": "x\\cba\\addons\\common\\fnc_directCall.sqf",
"name": "operator call",
"type": "class GameInstructionOperator"
},
"type": "class CallStackItemSimple",
"variables": {
"_fnc_scriptname": [
"String",
"\"CBA_fnc_directCall\""
],
"_fnc_scriptnameparent": [
"String",
"\"CBA_fnc_directCall\""
]
}
},
{
"compiled": true,
"contentSample": "\n\nprivate _settingsHash = getMissionConfigValue \"cba_settings_hash\";\n\nif (isNil \"_settingsHash\") the",
"final": true,
"ip": 20,
"lastInstruction": {
"fileOffset": [
19,
5877
],
"filename": "x\\cba\\addons\\settings\\initMissionSettings.sqf",
"name": "operator call",
"type": "class GameInstructionOperator"
},
"type": "class CallStackItemData",
"variables": {
"_settingshash": [
"Array",
"[\"#CBA_HASH#\",[],[],any]"
],
"_this": [
"Array",
"]"
]
}
},
{
"compiled": true,
"contentSample": "\n\tprivate _fnc_scriptNameParent = if (isNil '_fnc_scriptName') then {'CBA_fnc_localEvent'} else {_fn",
"final": true,
"ip": 41,
"lastInstruction": {
"fileOffset": [
7,
2829
],
"filename": "x\\cba\\addons\\events\\fnc_localEvent.sqf",
"name": "operator foreach",
"type": "class GameInstructionOperator"
},
"type": "class CallStackItemData",
"variables": {
"_fnc_scriptname": [
"String",
"\"CBA_fnc_localEvent\""
],
"_params": [
"Array",
"]"
]
}
},
{
"type": "class CallStackItemArrayForEach",
"variables": {
"_fnc_scriptname": [
"String",
"\"CBA_fnc_localEvent\""
],
"_params": [
"Array",
"]"
]
}
},
{
"compiled": true,
"contentSample": " if !(isNil \"_x\") then { _params call _x; };",
"final": true,
"ip": 5,
"lastInstruction": {
"fileOffset": [
7,
2774
],
"filename": "x\\cba\\addons\\events\\fnc_localEvent.sqf",
"name": "function if",
"type": "class GameInstructionFunction"
},
"type": "class CallStackItemData",
"variables": {
"_foreachindex": [
"Number",
"0"
],
"_x": [
"code",
"{\n{\n[\"cba_settings_refreshSetting\", _x] call CBA_fnc_localEvent;\n} forEach cba_settings_allSettings;\n}"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment