Other great resources: Official JS API docs, Scripting Forum
eventTransporterDone()
Stick a fork in it, it's done...
Syntax
function eventTransporterDone(transport) {
// insert fork here.
}Parameters
Parameter | Type | Mandatory | Notes | Game version |
|---|---|---|---|---|
transport | The transporter that no longer has any reinforcements available to collect. | 3.2 |
Return value
Warzone does not process the return value of this event.
Notes
Indicates that a mission transporter has no more reinforcements to collect.
Example
function eventTransporterDone() {
// uhm...?
}