MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_edited

Method is_edited

core/object/object.cpp:2045–2047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2043}
2044
2045bool Object::is_edited() const {
2046 return _edited;
2047}
2048
2049uint32_t Object::get_edited_version() const {
2050 return _edited_version;

Callers 4

_notificationMethod · 0.80
_copy_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected