If the object is first loaded by being inherited, this function will not be called first-hand, but instead create_inh().
inherit "/some/object"; void create () { ::create(); // Init inherited object as well Set("ImportantProp", 42); }