mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Clean up more [b]Example:[/b] lines from the class reference
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
<param index="1" name="option_name" type="StringName" />
|
||||
<param index="2" name="options" type="Dictionary" />
|
||||
<description>
|
||||
This method can be overridden to hide specific import options if conditions are met. This is mainly useful for hiding options that depend on others if one of them is disabled. For example:
|
||||
This method can be overridden to hide specific import options if conditions are met. This is mainly useful for hiding options that depend on others if one of them is disabled.
|
||||
[codeblocks]
|
||||
[gdscript]
|
||||
func _get_option_visibility(option, options):
|
||||
|
||||
Reference in New Issue
Block a user