mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-20 01:42:49 +00:00
f6a700e264
Follow up to d9d77291bc.
Renames `String.Extension` -> `String.GetExtension()` and
`String.BaseName()` -> `String.GetBaseName()`.
This makes those methods more consistent with GDScript and with
the `GetBaseDir` method.