mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
added get_creation_time function for gdscript
This commit is contained in:
parent
005b69cf6e
commit
d315b0fb8a
24 changed files with 133 additions and 0 deletions
|
@ -302,6 +302,12 @@ uint64_t FileAccessEncrypted::_get_modified_time(const String &p_file) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
// NEW FUNCTION
|
||||
uint64_t FileAccessEncrypted::_get_creation_time(const String &p_file) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
FileAccessEncrypted::FileAccessEncrypted() {
|
||||
|
||||
file = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue