Table of Contents

Class ScriptLanguageExtension.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the methods contained in this class, for fast lookup.

public class ScriptLanguageExtension.MethodName : ScriptLanguage.MethodName
Inheritance
ScriptLanguageExtension.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

_AddGlobalConstant

Cached name for the '_add_global_constant' method.

public static readonly StringName _AddGlobalConstant

Field Value

StringName

_AddNamedGlobalConstant

Cached name for the '_add_named_global_constant' method.

public static readonly StringName _AddNamedGlobalConstant

Field Value

StringName

_AutoIndentCode

Cached name for the '_auto_indent_code' method.

public static readonly StringName _AutoIndentCode

Field Value

StringName

_CanInheritFromFile

Cached name for the '_can_inherit_from_file' method.

public static readonly StringName _CanInheritFromFile

Field Value

StringName

_CompleteCode

Cached name for the '_complete_code' method.

public static readonly StringName _CompleteCode

Field Value

StringName

_CreateScript

Cached name for the '_create_script' method.

public static readonly StringName _CreateScript

Field Value

StringName

_DebugGetCurrentStackInfo

Cached name for the '_debug_get_current_stack_info' method.

public static readonly StringName _DebugGetCurrentStackInfo

Field Value

StringName

_DebugGetError

Cached name for the '_debug_get_error' method.

public static readonly StringName _DebugGetError

Field Value

StringName

_DebugGetGlobals

Cached name for the '_debug_get_globals' method.

public static readonly StringName _DebugGetGlobals

Field Value

StringName

_DebugGetStackLevelCount

Cached name for the '_debug_get_stack_level_count' method.

public static readonly StringName _DebugGetStackLevelCount

Field Value

StringName

_DebugGetStackLevelFunction

Cached name for the '_debug_get_stack_level_function' method.

public static readonly StringName _DebugGetStackLevelFunction

Field Value

StringName

_DebugGetStackLevelLine

Cached name for the '_debug_get_stack_level_line' method.

public static readonly StringName _DebugGetStackLevelLine

Field Value

StringName

_DebugGetStackLevelLocals

Cached name for the '_debug_get_stack_level_locals' method.

public static readonly StringName _DebugGetStackLevelLocals

Field Value

StringName

_DebugGetStackLevelMembers

Cached name for the '_debug_get_stack_level_members' method.

public static readonly StringName _DebugGetStackLevelMembers

Field Value

StringName

_DebugParseStackLevelExpression

Cached name for the '_debug_parse_stack_level_expression' method.

public static readonly StringName _DebugParseStackLevelExpression

Field Value

StringName

_FindFunction

Cached name for the '_find_function' method.

public static readonly StringName _FindFunction

Field Value

StringName

_Finish

Cached name for the '_finish' method.

public static readonly StringName _Finish

Field Value

StringName

_Frame

Cached name for the '_frame' method.

public static readonly StringName _Frame

Field Value

StringName

_GetBuiltInTemplates

Cached name for the '_get_built_in_templates' method.

public static readonly StringName _GetBuiltInTemplates

Field Value

StringName

_GetCommentDelimiters

Cached name for the '_get_comment_delimiters' method.

public static readonly StringName _GetCommentDelimiters

Field Value

StringName

_GetDocCommentDelimiters

Cached name for the '_get_doc_comment_delimiters' method.

public static readonly StringName _GetDocCommentDelimiters

Field Value

StringName

_GetExtension

Cached name for the '_get_extension' method.

public static readonly StringName _GetExtension

Field Value

StringName

_GetGlobalClassName

Cached name for the '_get_global_class_name' method.

public static readonly StringName _GetGlobalClassName

Field Value

StringName

_GetName

Cached name for the '_get_name' method.

public static readonly StringName _GetName

Field Value

StringName

_GetPublicAnnotations

Cached name for the '_get_public_annotations' method.

public static readonly StringName _GetPublicAnnotations

Field Value

StringName

_GetPublicConstants

Cached name for the '_get_public_constants' method.

public static readonly StringName _GetPublicConstants

Field Value

StringName

_GetPublicFunctions

Cached name for the '_get_public_functions' method.

public static readonly StringName _GetPublicFunctions

Field Value

StringName

_GetRecognizedExtensions

Cached name for the '_get_recognized_extensions' method.

public static readonly StringName _GetRecognizedExtensions

Field Value

StringName

_GetReservedWords

Cached name for the '_get_reserved_words' method.

public static readonly StringName _GetReservedWords

Field Value

StringName

_GetStringDelimiters

Cached name for the '_get_string_delimiters' method.

public static readonly StringName _GetStringDelimiters

Field Value

StringName

_GetType

Cached name for the '_get_type' method.

public static readonly StringName _GetType

Field Value

StringName

_HandlesGlobalClassType

Cached name for the '_handles_global_class_type' method.

public static readonly StringName _HandlesGlobalClassType

Field Value

StringName

_HasNamedClasses

Cached name for the '_has_named_classes' method.

public static readonly StringName _HasNamedClasses

Field Value

StringName

_Init

Cached name for the '_init' method.

public static readonly StringName _Init

Field Value

StringName

_IsControlFlowKeyword

Cached name for the '_is_control_flow_keyword' method.

public static readonly StringName _IsControlFlowKeyword

Field Value

StringName

_IsUsingTemplates

Cached name for the '_is_using_templates' method.

public static readonly StringName _IsUsingTemplates

Field Value

StringName

_LookupCode

Cached name for the '_lookup_code' method.

public static readonly StringName _LookupCode

Field Value

StringName

_MakeFunction

Cached name for the '_make_function' method.

public static readonly StringName _MakeFunction

Field Value

StringName

_MakeTemplate

Cached name for the '_make_template' method.

public static readonly StringName _MakeTemplate

Field Value

StringName

_OpenInExternalEditor

Cached name for the '_open_in_external_editor' method.

public static readonly StringName _OpenInExternalEditor

Field Value

StringName

_OverridesExternalEditor

Cached name for the '_overrides_external_editor' method.

public static readonly StringName _OverridesExternalEditor

Field Value

StringName

_ProfilingStart

Cached name for the '_profiling_start' method.

public static readonly StringName _ProfilingStart

Field Value

StringName

_ProfilingStop

Cached name for the '_profiling_stop' method.

public static readonly StringName _ProfilingStop

Field Value

StringName

_ReloadAllScripts

Cached name for the '_reload_all_scripts' method.

public static readonly StringName _ReloadAllScripts

Field Value

StringName

_ReloadToolScript

Cached name for the '_reload_tool_script' method.

public static readonly StringName _ReloadToolScript

Field Value

StringName

_RemoveNamedGlobalConstant

Cached name for the '_remove_named_global_constant' method.

public static readonly StringName _RemoveNamedGlobalConstant

Field Value

StringName

_SupportsBuiltinMode

Cached name for the '_supports_builtin_mode' method.

public static readonly StringName _SupportsBuiltinMode

Field Value

StringName

_SupportsDocumentation

Cached name for the '_supports_documentation' method.

public static readonly StringName _SupportsDocumentation

Field Value

StringName

_ThreadEnter

Cached name for the '_thread_enter' method.

public static readonly StringName _ThreadEnter

Field Value

StringName

_ThreadExit

Cached name for the '_thread_exit' method.

public static readonly StringName _ThreadExit

Field Value

StringName

_Validate

Cached name for the '_validate' method.

public static readonly StringName _Validate

Field Value

StringName

_ValidatePath

Cached name for the '_validate_path' method.

public static readonly StringName _ValidatePath

Field Value

StringName