mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-06 23:15:47 -07:00
9 lines
291 B
JavaScript
9 lines
291 B
JavaScript
/**
|
|
* Broadcast message
|
|
* sent when one entity is changed to other:
|
|
* from Foundation component when building constuction is done
|
|
* and from Promotion component when unit is promoted
|
|
* Data: { entity: <integer>, newentity: <integer> }
|
|
*/
|
|
Engine.RegisterMessageType("EntityRenamed");
|
|
|