godot gdextention c++ snippets README
This is the README for "godot gdextention c++ snippets".
Features
GDextention C++ snippents for common boilerplate code
Usable snippets
boilerplate
- gdclass - a setup snippet for godot classes
- gdbindvar - bind variables. use in _bind_methods function only
- gdsetget - generate standard getter and setters for variables
- gdhsg - quickly getter and setter in header files
- gdbm - bind methods. use in _bind_methods function only
function overloads
- Ready
- Input
- Process
- Physics
Scons Build File Snippet
Quickly get a Working SConstruct file with GodotBldNormal
| |