RscDisplayLocWeaponInfo – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - ";{{cc|" to "; {{cc|")
m (Text replacement - " (\=+)([a-zA-Z0-9][^ ]+[a-zA-Z0-9])(\=+) " to " $1 $2 $3 ")
Line 2: Line 2:
A debug config dialog to explore all weapon and magazine classes and check if their localized name is too long.
A debug config dialog to explore all weapon and magazine classes and check if their localized name is too long.


=How to open=
= How to open =
<code>[[createDialog]] "RscDisplayLocWeaponInfo";</code>
<code>[[createDialog]] "RscDisplayLocWeaponInfo";</code>



Revision as of 16:40, 17 November 2021

Description

A debug config dialog to explore all weapon and magazine classes and check if their localized name is too long.

How to open

createDialog "RscDisplayLocWeaponInfo";

findDisplay 313 createDisplay "RscDisplayLocWeaponInfo"; // From within Eden Editor

call BIS_fnc_locWeaponInfo;

A3 RscDisplayLocWeaponInfo.jpg