Opened 9 years ago

Last modified 3 years ago

#3214 new enhancement

Allow to send the same message to multiple entities — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.