mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
e76aeba45f
Co-Authored-By: jonpas <jonpas33@gmail.com>
23 lines
507 B
Markdown
23 lines
507 B
Markdown
---
|
|
layout: wiki
|
|
title: Disposables Framework
|
|
description: Notes on old ACE3 disposable framework and link to CBA's.
|
|
group: framework
|
|
order: 5
|
|
parent: wiki
|
|
mod: ace
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 0
|
|
---
|
|
|
|
Support for the ACE3 disposable framework will be dropped in 3.13.0!
|
|
Switch to the [CBA Disposable Framework](https://github.com/CBATeam/CBA_A3/wiki/Disposable-Launchers)
|
|
|
|
Old weapon configs that are no longer supported:
|
|
```cpp
|
|
ACE_UsedTube = "launch_banana_Used_F";
|
|
ACE_isUsedLauncher = 1;
|
|
```
|