Hi VeT,

all struct objects are in memory (build on game startup by reading the file).
All useable objects have an action that get it's correspondenting struct object and sets its own pointer. So I can access the entity when I have the struct object and I can also access the struct object when I have the entity.