mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
491 B
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"
};
};
};
};