MCPcopy Create free account
hub / github.com/anjo76/angelscript / Duplicate

Method Duplicate

sdk/angelscript/source/as_scriptfunction.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 asSListPatternNode(asEListPatternNodeType t) : type(t), next(0) {}
80 virtual ~asSListPatternNode() {};
81 virtual asSListPatternNode *Duplicate() { return asNEW(asSListPatternNode)(type); }
82 asEListPatternNodeType type;
83 asSListPatternNode *next;
84};

Calls

no outgoing calls

Tested by

no test coverage detected