mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 10:33:04 +00:00
90831d5d88
References 3851a48298.
Differential revision: D3645
Reviewed by: @Angen
This was SVN commit r25043.
8 lines
230 B
JavaScript
8 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");
|