mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
References 3851a48298.
Differential revision: D3645
Reviewed by: @Angen
This was SVN commit r25043.
7 lines
230 B
JavaScript
7 lines
230 B
JavaScript
Engine.RegisterInterface("Garrisonable");
|
|
|
|
/**
|
|
* Message of the form { "holderID": number }
|
|
* sent from the Garrisonable component whenever the garrisoned state changes.
|
|
*/
|
|
Engine.RegisterMessageType("GarrisonedStateChanged");
|