Jaxel
Well-known member
I have my entity, it's values match the columns in my database.
I would like to add an additional index to my entity in code. This is not a calculated value, so its not something that could be returned by a getter. Its just a value I manually set in my code; to be called upon later.
How would I do this in the entity system?
I would like to add an additional index to my entity in code. This is not a calculated value, so its not something that could be returned by a getter. Its just a value I manually set in my code; to be called upon later.
How would I do this in the entity system?