You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Rename hint_tooltip to tooltip_text & setget
`hint_tooltip` -> `tooltip_text` `set_tooltip` -> `set_tooltip_text` `_get_tooltip` -> `get_tooltip_text` Updates documentation, too.
This commit is contained in:
@@ -100,7 +100,7 @@ void VoxelGIEditorPlugin::_notification(int p_what) {
|
||||
return;
|
||||
}
|
||||
|
||||
bake->set_tooltip(text);
|
||||
bake->set_tooltip_text(text);
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user