feat: deprecate team transfer, add sharing hooks#2528
Conversation
The idea is to let LUA take over the team transfer logic, and to deprecate the engine's team transfer logic.
AllowUnitTransfer should no longer be useful for the LUA implementation, which just expects the engine to do as told.
|
tl;dr I made #2529, #2530, #2531 and #2532 and I think these should allow you to do everything you want.
|
Nah sorry I meant to remove that entirely.
Yes, I'm working on the re-implementation of the CAPTURE mechanics.
Cool.
Whoops you're right that didn't make it in but that sounds like it might be OK: https://github.com/beyond-all-reason/Beyond-All-Reason/pull/5667/files#diff-d445230470af67515fb8e9687ea31988696c94e85a331a22ad66ebcf481f85a8R33 |
The idea is to let LUA take over the team transfer logic, and to deprecate the engine's team transfer logic.