Ignore:
Timestamp:
03/13/14 01:00:33 (10 years ago)
Author:
sz
Message:

getObjectTarget is now the recommended way to retrieve object from ExtValue?, can post the standard warning message about missing object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/genoobj.h

    r138 r171  
    3333static ExtObject makeDynamicObject(Geno* g);
    3434static ExtObject makeDynamicObjectAndDecRef(Geno* g);
    35 static Geno* fromObject(const ExtValue& v);
     35static Geno* fromObject(const ExtValue& v, bool warn=true);
    3636static ParamInterface* getInterface();
    3737
Note: See TracChangeset for help on using the changeset viewer.