mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #99020 from Mickeon/documentation-example-pruning-2
Clean up more `[b]Example:[/b]` lines from the class reference
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<return type="void" />
|
||||
<description>
|
||||
Override this method to customize the newly duplicated resource created from [method PackedScene.instantiate], if the original's [member resource_local_to_scene] is set to [code]true[/code].
|
||||
[b]Example:[/b] Set a random [code]damage[/code] value to every local resource from an instantiated scene.
|
||||
[b]Example:[/b] Set a random [code]damage[/code] value to every local resource from an instantiated scene:
|
||||
[codeblock]
|
||||
extends Resource
|
||||
|
||||
|
||||
Reference in New Issue
Block a user