Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

ScriptLanguage

Inherits: Object

Inherited By: ScriptLanguageExtension

There is currently no description for this class. Please help us by contributing one!


Enumerations

enum ScriptNameCasing: 🔗

ScriptNameCasing SCRIPT_NAME_CASING_AUTO = 0

There is currently no description for this enum. Please help us by contributing one!

ScriptNameCasing SCRIPT_NAME_CASING_PASCAL_CASE = 1

There is currently no description for this enum. Please help us by contributing one!

ScriptNameCasing SCRIPT_NAME_CASING_SNAKE_CASE = 2

There is currently no description for this enum. Please help us by contributing one!

ScriptNameCasing SCRIPT_NAME_CASING_KEBAB_CASE = 3

There is currently no description for this enum. Please help us by contributing one!


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.