Skip to content

General Coding Tips

Valk edited this page Nov 10, 2022 · 1 revision

ℹ️ Try making use of Print() and PrintFull(). For example Logger.Log(myArray.Print()) or Logger.Log(this.PrintFull()), try it out!

ℹ️ There is an in-game console you can bring up with F12. Type help to view a list of all the commands. You can program any of these commands within their respective scripts located under res://Scripts/UI/Console/Commands

ℹ️ To suppress the rcedit warning when exporting the game download rcedit and link the executable to Godot > Editor > Editor Settings > Export > Windows > Rcedit