Skip to content

Instantly share code, notes, and snippets.

@dedmen
Created March 8, 2017 16:55
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/5a727905593fdeea8c63abfd9747cf57 to your computer and use it in GitHub Desktop.
Save dedmen/5a727905593fdeea8c63abfd9747cf57 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 CallStackItemSimple"
},
{
"compiled": true,
"contentSample": "\n\nprivate _settingsHash = getMissionConfigValue \"cba_settings_hash\";\n\nif (isNil \"_settingsHash\") the",
"final": true,
"ip": 10,
"lastInstruction": {
"fileOffset": [
8,
5630
],
"filename": "x\\cba\\addons\\settings\\initMissionSettings.sqf",
"name": "operator then"
},
"type": "class CallStackItemData"
},
{
"compiled": true,
"contentSample": "\n_settingsHash = ([] call CBA_fnc_hashCreate);\n",
"final": true,
"ip": 4,
"lastInstruction": {
"fileOffset": [
9,
5657
],
"filename": "x\\cba\\addons\\settings\\initMissionSettings.sqf",
"name": "operator call"
},
"type": "class CallStackItemData"
},
{
"compiled": true,
"contentSample": "\n\tprivate _fnc_scriptNameParent = if (isNil '_fnc_scriptName') then {'CBA_fnc_hashCreate'} else {_fn",
"final": true,
"ip": 2,
"lastInstruction": {
"fileOffset": [
2,
45
],
"filename": "",
"name": "const \"_fnc_scriptName\""
},
"type": "class CallStackItemData"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment