FAForever / nomads

This project is about bringing Nomads back as playable faction via featured mod and make a serious attempt to integrate them into the main game.
12 stars 26 forks source link

Use saved EntityId from the unit #513

Closed speed2CZ closed 4 years ago

speed2CZ commented 4 years ago

EntityId is saved in the unit on creation, so this is faster than calling an engine function. Works only in sim on unit entities.

From https://github.com/FAForever/fa/pull/2941