Description:
Moin,
This mod is a bit of helper to debug mods or scripts simpler. With the three instructions values might be learn and written, capabilities might be referred to as and tables might be learn recursively. All the things that’s output within the console can be straight obtainable within the logfile.
The next instructions can be found:
Command: chT
Learn tables recursively , optionally you possibly can specify the utmost depth (no specification = depth 1).
examples
chT _G
chT g_currentMission
chT g_currentMission 10 (higher not do that as a result of it takes eternally…)
Command: chF
Name capabilities/strategies, optionally go as much as 3 arguments.
Examples
chF g_currentMission.controlledVehicle:getFullName
chF g_currentMission.controlledVehicle:setCruiseControlMaxSpeed 20
chF g_currentMission.controlledVehicle:getCruiseControlMaxSpeed
Command: chV
Learn or write the worth of a discipline.
Examples
chV g_currentMission.controlledVehicle.value
chV g_currentMission.controlledVehicle.value 999999
chV g_missionManager.missions.1.reward
chV g_missionManager.missions.1.reward 50000
After all, many different issues might be referred to as or displayed utilizing the ConsoleHelper’s instructions as properly.
Have enjoyable with this
BigBlueHH
Credit:
BigBlueHH