Click or drag to resize

ScriptReload Method

Reloads the script's class implementation. Returns an error code.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Reload(
	bool keepState = false
)

Parameters

keepState (Optional)
Type: SystemBoolean

[Missing <param name="keepState"/> documentation for "M:Godot.Script.Reload(System.Boolean)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.Script.Reload(System.Boolean)"]

See Also