This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, Consider the case where I had two entities, namely Entity1 and Entity2. Each time Entity1 is created, I have to "seed" with Enstity2s. Jeremy kindly implemented an OnEnlisted event described here. The problem now is that Entity2 also needs to be seeded with Entity3s. However, there is a problem in that OnEnlisted is never raised for Entity2 entities created in the OnEnlisted of Entity1. Would this be possible to call the OnEnlisted for Entity2s created during OnEnlisted of Entity1s? Thanks, Werner |
|
|
Yes, this should be possible but I will need to look at adding in a few more smarts to correctly identify when this is occuring (since manipulation of entities is something you would be doing in your callback). Ill post an update once I have had a better look into this.
|
|
|
Howzit, Just checking whether you had time have a look at the problem. Thanks, Werner |
|
|
No sorry, have not had a chance to progress this yet.
|
|
|
Hi Werner, I have committed an update for this which is now available in the nightlies - let me know once you have had a chance to test it with any updated feedback.
|
|