You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
-Added a new mode, WRITE_READ to File, to recover compatibility with old projects but also achieve desired functionality. Closes #3272
This commit is contained in:
@@ -1509,6 +1509,7 @@ void _File::_bind_methods() {
|
||||
BIND_CONSTANT( READ );
|
||||
BIND_CONSTANT( WRITE );
|
||||
BIND_CONSTANT( READ_WRITE );
|
||||
BIND_CONSTANT( WRITE_READ );
|
||||
}
|
||||
|
||||
_File::_File(){
|
||||
|
||||
Reference in New Issue
Block a user