MCPcopy Create free account
hub / github.com/DFHack/dfhack / getOriginalName

Function getOriginalName

library/include/DataDefs.h:452–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 virtual identity_type type() const { return IDTYPE_CLASS; }
451
452 const char *getOriginalName() const { return original_name ? original_name : getName(); }
453
454 public:
455 static const virtual_identity *get(virtual_ptr instance_ptr);

Callers 2

~virtual_identityMethod · 0.85
doInitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected