miskatonicstudio / goat

Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games.
MIT License
371 stars 32 forks source link

Find a way to prevent using private GOAT methods #270

Closed miskatonicstudio closed 5 months ago

miskatonicstudio commented 5 months ago

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.