Changes between Version 10 and Version 11 of Triggers


Ignore:
Timestamp:
Jun 23, 2014, 6:35:21 PM (10 years ago)
Author:
sanderd17
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Triggers

    v10 v11  
    287287|----------------
    288288{{{#!td
     289`OnOwnershipChanged`
     290}}}
     291{{{#!td
     292  {{{#!js
     293    {"enabled": bool}
     294  }}}
     295}}}
     296{{{#!td
     297  {{{#!js
     298    {
     299      "entities": [entityId],
     300      "from": playerId,
     301      "to": playerId
     302    }
     303  }}}
     304}}}
     305{{{#!td
     306This event is also fired when a unit/building is created or destroyed. In that case, the ownership goes from (resp. to) the invalid player entity `-1`.
     307}}}
     308|----------------
     309{{{#!td
    289310`OnPlayerCommand`
    290311}}}