Rename method to correct name
This commit is contained in:
parent
06802b3e0c
commit
db9d8fa21b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ func copy_splashes(source_category: String, target_category: String) -> CoreBase
|
|||
return self
|
||||
|
||||
## Returns a list of all categories.
|
||||
func list_categories() -> Array[String]:
|
||||
func get_categories() -> Array[String]:
|
||||
return core.misc.array_to_stringarray(splashes.keys())
|
||||
|
||||
## Removes the specified category.
|
||||
|
|
Loading…
Reference in a new issue