ACE3/docs/wiki/framework/reloadlaunchers-framework.md
Dart ac9ffb5276
Docs - Fix tables and inconsistencies (#9952)
Co-authored-by: LinkIsGrim <69561145+LinkIsGrim@users.noreply.github.com>
2024-04-19 20:53:33 +00:00

705 B

layout title description group order parent mod version
wiki Reload Launchers Framework Explains how to set-up launchers with ACE3 reload launchers system. framework 5 wiki ace
major minor patch
3 0 0

1. Adding third party reload

class CfgWeapons {
    class MyLauncher {
        ace_reloadlaunchers_enabled = 1;  // Allow your buddies to reload your launcher (0-disabled, 1-enabled)
    };
};

2. Events

2.1 Listenable

Event Name Description Passed Parameter(s) Locality
ace_reloadlaunchers_reloadLauncher Launcher reloaded [_unit, _target, _weapon, _magazine] Target