mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Expose visual script custom node type hints
This commit is contained in:
parent
40b57319e2
commit
9178e24d30
3 changed files with 72 additions and 2 deletions
|
@ -790,6 +790,8 @@ public:
|
|||
|
||||
virtual VisualScriptNodeInstance *instance(VisualScriptInstance *p_instance);
|
||||
|
||||
virtual TypeGuess guess_output_type(TypeGuess *p_inputs, int p_output) const;
|
||||
|
||||
void _script_changed();
|
||||
|
||||
VisualScriptCustomNode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue