Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
NHB Functions On The Fly
A Godot addon to create functions and get/set variables on the fly. Use right click or keyboard shortcuts to create these.
Supported Engine Version
4.4
Version String
1.0.4
License Version
MIT
Support Level
community
Modified Date
3 months ago
Git URL
Issue URL
NHB Functions On The Fly
- Easily create missing functions or get/set variables in Godot
- Shortcuts are configurable in the Editor settings
- Under "Plugin > NHB Functions On The Fly"
- Contributors:
- Initial idea and get/set variable creation: u/siwoku
- Get text under cursor, so you don't have to select the text: u/newold25
- Consider indentation type (Tabs vs Spaces) and shorcuts: u/NickHatBoecker
Create function
- Write
my_button.pressed.connect(on_button_pressed) - Select
on_button_pressedor put cursor on it - Now you can either
- Right click > "Create function"
- Ctrl + [
- ⌘ Command + [ (Mac)
Create get/set variable
- Write
var my_var - Select
my_varor put cursor on it - Now you can either
- Right click > "Create get/set variable"
- Ctrl + '
- ⌘ Command + ' (Mac)
A Godot addon to create functions and get/set variables on the fly. Use right click or keyboard shortcuts to create these.
Reviews
Quick Information
NHB Functions On The Fly
A Godot addon to create functions and get/set variables on the fly. Use right click or keyboard shortcuts to create these.
Supported Engine Version
4.4
Version String
1.0.4
License Version
MIT
Support Level
community
Modified Date
3 months ago
Git URL
Issue URL