diff --git a/documentation/framework/huntIR-framework.md b/documentation/framework/huntIR-framework.md new file mode 100644 index 0000000000..5004331037 --- /dev/null +++ b/documentation/framework/huntIR-framework.md @@ -0,0 +1,21 @@ +--- +layout: wiki +title: huntIR framework +description: Explains how to add huntIR support to your weapons +group: framework +order: 5 +parent: wiki +--- + +## 1. Adding huntIR support for your weapons + +```c++ +class CfgWeapons { + class Rifle_Base_F; + class your_rifle_base_class: Rifle_Base_F { + class your_gl_class: UGL_F { + magazines[] = {,"ACE_HuntIR_M203"}; + }; + }; +}; +```