Click or drag to resize

SceneTreeReloadCurrentScene Method

Reloads the currently active scene.

Returns on success, if no CurrentScene was defined yet, if CurrentScene cannot be loaded into a PackedScene, or if the scene cannot be instantiated.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error ReloadCurrentScene()

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.SceneTree.ReloadCurrentScene"]

See Also