ScriptLanguage (original) (raw)
Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
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!
ScriptNameCasing SCRIPT_NAME_CASING_CAMEL_CASE = 4
There is currently no description for this enum. Please help us by contributing one!