#Ordy Yesterday’s progress: made the save/load code compile, and after spending almost the whole day fixing a silly bug where I put ! by mistake.

if (!type.isStr())
{
  val = ObjFactory<T>::getInst().ctor(type.asStr());

Next - Previous