fn_openDetails.sqf 330 B

123456789101112
  1. /*
  2. File: fn_openDetails.sqf
  3. Author: TAW_Tonic
  4. Description:
  5. Used as a quick macro to open the details menu for weapon information.
  6. Doesn't work within macro.sqf which is why it's a separate file.
  7. */
  8. #include "macro.sqf"
  9. ctrlShow [VAS_detail_mags_list,true];
  10. ctrlShow[VAS_detail_mags,true];
  11. ctrlShow [VAS_detail_magsbg,true];