Leith
I’m looking for a way to leverage the existing mechanisms in Urho, rather than reinvent the wheel.
I understand that this means I can read public attributes of script classes from c++, by querying same named attributes of the ScriptInstance component. My question is: if I write to these attributes from C++, will these changes be readable in Angelscript?