ACE3/documentation/framework/huntIR-framework.md
2015-08-25 03:30:36 +02:00

491 B

layout title description group order parent
wiki HuntIR Framework Explains how to add HuntIR support to a weapon. framework 5 wiki

1. Config Values

class CfgWeapons {
  class MyRifle {
      class MyGL: UGL_F {
          magazines[] = {
              // All default UGL magazines
              "MyFirstMag",
              "MySecondMag",
              "MyLastMag",
              // HUntIR magazine
              "ACE_HuntIR_M203"
          };
      };  
  };
};