Skip to content

FRQ: Forward Danger Event #115

@mr-guard

Description

@mr-guard

For some mods it would be nice to forward the dangerCaused events to external functions.
An example Use-Case would be Overthrow, where "Seen"-Events can partially replace nearbyUnits/targetKnowledge checks.

Basically add a custom CBA EH around here:

Something like:

if (_causeChanged) then {
    ["LAMBS_dangerCaused", [_dangerCaused, ...]] call CBA_fnc_localEvent;
};

There might be a few other interesting events.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions