Skip to content

Commit

Permalink
Add more strings to localization xml
Browse files Browse the repository at this point in the history
  • Loading branch information
theace0296 committed Oct 24, 2021
1 parent 0416ed6 commit 2aab0ef
Show file tree
Hide file tree
Showing 152 changed files with 354 additions and 216 deletions.
2 changes: 1 addition & 1 deletion RandFramework/Client/camera/fn_endCamera.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_endCamera";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/camera/fn_missionOverAnimation.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_missionOverAnimation";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;

sleep 60;
waitUntil {sleep 30; TRGM_VAR_AllInitScriptsFinished};
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/camera/fn_missionSetupCamera.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_missionSetupCamera";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/camera/fn_postStartMissionCamera.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_postStartMissionCamera";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


params ["_isHiddenObj", "_bMoveToAO"];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_postStartMissionEndCamera";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_checkKilledRange.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_checkKilledRange";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


//loop here, sleep 5 (doesnt need to be too fast looping!!)
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_drawKilledRanges.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_drawKilledRanges";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


if (getPlayerUID player in TRGM_VAR_KilledPlayers) then {
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_findValidHQPosition.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_findValidHQPosition";
params[["_player", objNull, [objNull]]];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
24 changes: 10 additions & 14 deletions RandFramework/Client/init/fn_generalPlayerLoop.sqf
Original file line number Diff line number Diff line change
@@ -1,32 +1,29 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_generalPlayerLoop";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


while {true} do {
if (side player != civilian) then {
if (count TRGM_VAR_ObjectivePositions > 0 && TRGM_VAR_AllowUAVLocateHelp) then {
if ((Player distance (TRGM_VAR_ObjectivePositions select 0)) < 25) then {
if ((Player getVariable ["calUAVActionID", -1]) isEqualTo -1) then {
if ((player distance (TRGM_VAR_ObjectivePositions select 0)) < 25) then {
if ((player getVariable ["calUAVActionID", -1]) isEqualTo -1) then {
[(localize "STR_TRGM2_TRGMInitPlayerLocal_UAVAvailable")] call TRGM_GLOBAL_fnc_notify;
private _actionID = player addAction [localize "STR_TRGM2_TRGMInitPlayerLocal_CallUAV",{[0] spawn TRGM_GLOBAL_fnc_callUAVFindObjective}];
player setVariable ["calUAVActionID",_actionID];
};
} else {
if ((player getVariable ["calUAVActionID", -1]) != -1) then {
player removeAction (player getVariable ["calUAVActionID", -1]);
player setVariable ["calUAVActionID", nil];
[localize "STR_TRGM2_TRGMInitPlayerLocal_UAVNoAvailable"] call TRGM_GLOBAL_fnc_notify;
};
};
//else {
// if ((Player getVariable ["calUAVActionID", -1]) != -1) then {
// player removeAction (Player getVariable ["calUAVActionID", -1]);
// player setVariable ["calUAVActionID", nil];
// ["UAV no longer available"] call TRGM_GLOBAL_fnc_notify;
// };
//};
};
if (leader (group (vehicle player)) isEqualTo player && TRGM_VAR_AdvancedSettings select TRGM_VAR_ADVSET_SUPPORT_OPTION_IDX isEqualTo 1) then {
if (TRGM_VAR_iMissionIsCampaign) then {
if (TRGM_VAR_CampaignInitiated) then {

private _dCurrentRep = [TRGM_VAR_MaxBadPoints - TRGM_VAR_BadPoints,1] call BIS_fnc_cutDecimals;
//TESTTEST = format["A:%1 - B:%2 - C:%3",TRGM_VAR_MaxBadPoints,TRGM_VAR_BadPoints,_dCurrentRep];
//[TESTTEST] call TRGM_GLOBAL_fnc_notify;
if (_dCurrentRep >= 1) then {
//["hmm2"] call TRGM_GLOBAL_fnc_notify;
[player, supReqSupply] call BIS_fnc_addSupportLink;
Expand All @@ -43,8 +40,7 @@ while {true} do {
sleep 1;
};
};
}
else {
} else {
[player, supReqSupply] call BIS_fnc_addSupportLink;
sleep 1;
[player, supReq] call BIS_fnc_addSupportLink;
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_inSafeZone.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_inSafeZone";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


while {true} do {
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_isAdmin.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_isAdmin";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_main.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_main";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_missionSelectLoop.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_missionSelectLoop";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


sleep 3;
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_onlyAllowDirectMapDraw.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_onlyAllowDirectMapDraw";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


while {isMultiplayer && (TRGM_VAR_AdvancedSettings select TRGM_VAR_ADVSET_MAP_DRAW_DIRECT_ONLY_IDX isEqualTo 1)} do {
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_playerScripts.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_playerScripts";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_selectAOLocation.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_selectAOLocation";
params[["_player", objNull, [objNull]]];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_setNVG.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_setNVG";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


if (TRGM_VAR_iAllowNVG isEqualTo 0) then {
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/init/fn_startingMove.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_startingMove";
params [["_unit", objNull, [objNull]], ["_move", "AmovPercMstpSlowWrflDnon", [""]]];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


if !(isNull _unit) then {
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/supports/fn_airSupportRequested.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_airSupportRequested";

format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


[0.1,localize "STR_TRGM2_AirSupportRequested_Text"] spawn TRGM_GLOBAL_fnc_adjustBadPoints;
2 changes: 1 addition & 1 deletion RandFramework/Client/supports/fn_supplyDropCrateInit.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_supplyDropCrateInit";

format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


[_this select 0] call TRGM_GLOBAL_fnc_initAmmoBox;
2 changes: 1 addition & 1 deletion RandFramework/Client/supports/fn_supplyDropVehInit.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_supplyDropVehInit";

format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


[0.1,localize "STR_TRGM2_SupplyDropVehInit_Hint"] spawn TRGM_GLOBAL_fnc_adjustBadPoints;
2 changes: 1 addition & 1 deletion RandFramework/Client/supports/fn_supportArtiRequested.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_supportArtiRequested";

format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


private _artiVeh = _this select 0;
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Client/supports/fn_transferProviders.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_CLIENT_fnc_transferProviders";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


private _oldUnit = _this select 0;
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_MissionTypeSelection.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_GUI_fnc_missionTypeSelection";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


_this params ["_control", "_selectedIndex", "_currentState"];
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_SetParamsAndBegin.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (isNil "_SaveType") then {_SaveType = 0};
if (_SaveType > 2) then {_SaveType = 0};

disableSerialization;
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_addObjective.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_GUI_fnc_addObjective";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_codeCompare.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* [CODEINPUT] spawn TRGM_GUI_fnc_codeCompare
*/
params ["_inputCode"];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_missionSetupControlsOnChange.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_GUI_fnc_missionSetupControlsOnChange";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


_this params ["_control"];
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_missionSetupControlsOnLoad.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_GUI_fnc_missionSetupControlsOnLoad";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


_this params ["_control"];
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_openDialogAdvancedMissionSettings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

disableSerialization;

format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_openDialogMissionSelection.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

disableSerialization;

format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_openDialogRequests.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

disableSerialization;

format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;


params [["_player", objNull, [objNull]]];
Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_removeObjective.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_GUI_fnc_removeObjective";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_timeSliderOnChange.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

disableSerialization;
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/GUI/fn_wireCompare.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

params ["_cutWire"];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Global/ace/fn_addAceActionToObject.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_GLOBAL_fnc_addAceActionToObject";
params ["_action", "_object"];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Global/ace/fn_addAceActionToPlayer.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_GLOBAL_fnc_addAceActionToPlayer";
params ["_action"];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_GLOBAL_fnc_appendAdditonalFactionData";
params[["_baseUnitData", []], ["_baseVehData", []], ["_className", ""], ["_dispName", ""]];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Global/factions/fn_buildEnemyFaction.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_GLOBAL_fnc_buildEnemyFaction";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Global/factions/fn_buildFriendlyFaction.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// private _fnc_scriptName = "TRGM_GLOBAL_fnc_buildFriendlyFaction";
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Global/factions/fn_getFactionDataBySide.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_GLOBAL_fnc_getFactionDataBySide";
params[["_side", WEST]];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
2 changes: 1 addition & 1 deletion RandFramework/Global/factions/fn_getFactionVehicle.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// private _fnc_scriptName = "TRGM_GLOBAL_fnc_getFactionVehicle";
params [["_vehClassName", "", [objNull, ""]], ["_side", WEST]];
format["%1 called by %2 on %3", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;
format[localize "STR_TRGM2_debugFunctionString", _fnc_scriptName, _fnc_scriptNameParent, (["Client", "Server"] select isServer)] call TRGM_GLOBAL_fnc_log;



Expand Down
Loading

0 comments on commit 2aab0ef

Please sign in to comment.