ACE3/documentation/framework/reloadlaunchers-framework.md

19 lines
378 B
Markdown
Raw Normal View History

2015-08-23 22:06:43 +00:00
---
layout: wiki
title: Reload Launchers Framework
description: Explains how to set-up launchers with ACE3 reload launchers system.
2015-08-23 22:06:43 +00:00
group: framework
order: 5
parent: wiki
---
## 1. Adding third party reload
```c++
class CfgWeapons {
class MyLauncher {
ace_reloadlaunchers_enabled = 1; // Allow your buddies reloading for you (0-disabled, 1-enabled)
2015-08-23 22:06:43 +00:00
};
};
```