mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-08 19:25:14 +00:00
57e5bb878a
This was SVN commit r8891.
6 lines
174 B
JavaScript
6 lines
174 B
JavaScript
Engine.RegisterInterface("UnitAI");
|
|
|
|
// Message of the form { "idle": true },
|
|
// sent whenever the unit's idle status changes.
|
|
Engine.RegisterMessageType("UnitIdleChanged");
|