Entity instance creation notification #296
Answered
by
mlange-42
impredicative
asked this question in
Q&A
|
I am new to ECS. Can ark notify a listener (or an entity of type X) if a new instance of an entity of type Y is created? |
Answered by
mlange-42
Jun 22, 2026
Replies: 2 comments
|
Hi @impredicative, many thanks for giving Ark a try, and for reaching out! Currently, Ark does not have a notification system that will do this automatically for you. Ark's predecessor Arche has this feature, but I did not prioritize porting it here so far. However, as I see interest in the feature, I will add an issue for it as a TODO reminder. |
0 replies
|
Meanwhile, the event system has been implemented. See the user guide chapter Event system for details. |
0 replies
Answer selected by
mlange-42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Meanwhile, the event system has been implemented. See the user guide chapter Event system for details.