Opened 9 years ago

Last modified 3 years ago

#3214 new enhancement

Allow to send the same message to multiple entities

Reported by: sanderd17 Owned by: Freagarach
Priority: Should Have Milestone: Work In Progress
Component: Core engine Keywords:
Cc: Patch: Phab:D2704

Description (last modified by Freagarach)

Some components need to send a certain message to a list of entities. Calling the Engine for every message causes a slowdown (the right components need to be found and the message needs to be converted to C++ only once f.e.).

Instead, the Engine should provide a method that accepts an array of entities to send the message to.

It could be useful at least in the AuraManager, TechnologyManager and Guard components.

Change History (2)

comment:1 by Freagarach, 4 years ago

Description: modified (diff)
Milestone: BacklogWork In Progress
Patch: Phab:D2704

comment:2 by Silier, 3 years ago

Owner: set to Freagarach
Note: See TracTickets for help on using tickets.