reloadlaunchers framework

This commit is contained in:
alganthe 2015-08-24 00:06:43 +02:00
parent cde5f28128
commit 62f20f5756

View File

@ -0,0 +1,21 @@
---
layout: wiki
title: reloadlaunchers framework
description:
group: framework
order: 5
parent: wiki
---
## 1. Adding third party reload
```c++
class CfgWeapons {
class Launcher_Base_F; // launcher base class
class yourlauncher: Launcher_Base_F { // launcher class
ACE_reloadlaunchers_enabled = 1; // enable third party reload (your buddies reloading for you)
};
};
```