Page MenuHomeFeedback Tracker

entityCreated mission event handler
Closed, DuplicatePublic

Description

I wish for an "EntityCreated" mission Event Handler, that would allow mods and scripts to hook on vehicle/units creation.

This would trigger on createUnit, createVehicle, createVehicleLocal, createVehicleCrew, createSimpleObject (ropeCreate?)

ideally:

addMissionEventHandler ["EntityCreated", {
  params ["_object", "_isLocal"]; // "_ownerId"?
}];

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting