documentation: Fixes to command descriptions (#506)

Co-authored-by: Duncan Brown <duncan@prometheussoftware.ca>
Co-authored-by: Balloonpopper <balloonpopper@git.com>
This commit is contained in:
balloonpopper
2022-03-11 09:05:27 +11:00
committed by GitHub
parent 28e95cc687
commit 0a45140fad
56 changed files with 177 additions and 120 deletions

View File

@@ -3,7 +3,7 @@ extends Control
class_name ESCInventoryContainer
# Get wether the inventory container currently is empty
# Get whether the inventory container currently is empty
# **Returns** Wether the container is empty or not
func is_empty() -> bool:
return get_child_count() > 0