Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T66783
Change Details
Change Details
Old
New
Diff
1. Open debug console in editor 2. Insert and execute this code: [] spawn { waitUntil {!isNull (findDisplay 602)}; disableSerialization; _control = ((findDisplay 602) displayCtrl 610); hint format["GSD: %1\nType: %2", gearSlotData _control, typeName (gearSlotData _control)]; }; 3. Open inventory and look at the hint
1. Open debug console in editor 2. Insert and execute this code: [] spawn { waitUntil {!isNull (findDisplay 602)}; disableSerialization; _control = ((findDisplay 602) displayCtrl 610); hint format["GSD: %1\nType: %2", gearSlotData _control, typeName (gearSlotData _control)]; }; 3. Open inventory and look at the hint
Continue