RscDisplayLocWeaponInfo – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "A debug config dialog to explore all weapons and magazines class exemple: createDialog "RscDisplayLocWeaponInfo";")
 
mNo edit summary
Line 1: Line 1:
A debug config dialog to explore all weapons and magazines class
=A debug config dialog to explore all weapons and magazines class.=


exemple:
=How to open=
createDialog "RscDisplayLocWeaponInfo";
<code>createDialog "RscDisplayLocWeaponInfo";</code>
 
<code>findDisplay 313 createDisplay "RscDisplayLocWeaponInfo";</code>

Revision as of 17:42, 15 August 2019

A debug config dialog to explore all weapons and magazines class.

How to open

createDialog "RscDisplayLocWeaponInfo";

findDisplay 313 createDisplay "RscDisplayLocWeaponInfo";