RscDisplayLocWeaponInfo – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Lou Montana moved page Arma 3 RscDisplayLocWeaponInfo to Arma 3: RscDisplayLocWeaponInfo: Text replacement - "^Arma 3 " to "Arma 3: ")
m (Text replacement - "[[Image:" to "[[File:")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Description=
[[File:A3_RscDisplayLocWeaponInfo.jpg|800px|right]]
A debug config dialog to explore all weapon and magazine classes.
A debug config dialog to explore all weapon and magazine classes and check if their localized name is too long.


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


<code>findDisplay 313 createDisplay "RscDisplayLocWeaponInfo";</code>
== How To ==


[[Image:A3_RscDisplayLocWeaponInfo.jpg|400px|left]]
<sqf>
{{GameCategory|arma3|Editing}}
call BIS_fnc_locWeaponInfo;
// or
findDisplay 313 createDisplay "RscDisplayLocWeaponInfo"; // from within Eden Editor
// or
createDialog "RscDisplayLocWeaponInfo";
</sqf>
 
 
{{GameCategory|arma3|Weapon & Magazine Configuration}}

Latest revision as of 00:11, 21 November 2023

A3 RscDisplayLocWeaponInfo.jpg

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";