Hi,
When not using rdPtr-> ... for setting the objects variables, that is, declaring them outside the function scope (making the "global").
Does it make these variables global to all instances of the extension? Is that a good way of having shared properties throughout instances?
Do they stay when switching level, for example?