Skip to content

GodotDocMobile/Gearence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Class Reference

Buy Me A Coffee

Class reference for Godot Engine on both iOS and Android.

Getting Started

flutter online documentation

Update Godot docs

git clone https://github.com/godotengine/godot.git
  • install required python package
pip install GitPython polib
# Or in Ubuntu 24.04:
sudo apt install python3-git python3-polib
  • run the python script,which will update docs and svg files for published Godot versions(2.0 to 3.4)
cd scripts # must enter scripts folder
./godot_repo.py --godot_path [your godot repo path]