RscDisplayLocWeaponInfo – Arma 3
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " (\=+)([a-zA-Z0-9][^ ]+[a-zA-Z0-9])(\=+) " to " $1 $2 $3 ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
[[Image:A3_RscDisplayLocWeaponInfo.jpg|800px|right]] | |||
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 == | |||
< | <sqf> | ||
call BIS_fnc_locWeaponInfo; | |||
// or | |||
findDisplay 313 createDisplay "RscDisplayLocWeaponInfo"; // from within Eden Editor | |||
// or | |||
createDialog "RscDisplayLocWeaponInfo"; | |||
</sqf> | |||
{{GameCategory|arma3|Weapon & Magazine Configuration}} | {{GameCategory|arma3|Weapon & Magazine Configuration}} |
Revision as of 22:52, 21 July 2022
A debug config dialog to explore all weapon and magazine classes and check if their localized name is too long.
How To
call BIS_fnc_locWeaponInfo;
// or
findDisplay 313 createDisplay "RscDisplayLocWeaponInfo"; // from within Eden Editor
// or
createDialog "RscDisplayLocWeaponInfo";