miskatonicstudio / goat

Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find a way to prevent using private GOAT methods

miskatonicstudio opened this issue · comments

GDScript cannot prevent the use of "private" methods. For now, a naming convention (starting method name with an underscore) should suffice. In the future, the documentation will clearly mention which methods should be used directly by developers.