issues
search
acemod
/
ACE-Anvil
Open-source realism mod for Arma Reforger
https://anvil.acemod.org
GNU General Public License v2.0
39
stars
19
forks
source link
Chopping - Replace ActionsManagerComponent on plant with helper
#48
Closed
Kexanone
closed
7 months ago
Kexanone
commented
7 months ago
When merged this pull request will:
Reduce memory requirement by using a dynamic spawned helper entity for providing the chopping action instead of an actions manager on all plants.
Resolves #50
Notes on the implementation:
The E-tool already has a dynamic handler for spawning/despawning building previews, hence we just use those methods for our helper system.
When merged this pull request will:
Notes on the implementation: