Enumerationmigueldeicaza.swiftgodot 0.45.0SwiftGodot
CodeCompletionKind
ScriptLanguageExtension.swift:72enum CodeCompletionKind
Cases
Other members in extension
Types
Type members
Instance members
Show implementation details (53)
Hide implementation details
func _addGlobalConstant(name: StringName, value: Variant
) func _addNamedGlobalConstant(name: StringName, value: Variant
) func _autoIndentCode(String, fromLine: Int32, toLine: Int32
) -> String func _canInheritFromFile(
) -> Bool func _completeCode(String, path: String, owner: Object?
) -> GDictionary func _createScript(
) -> Object? func _debugGetCurrentStackInfo(
) -> VariantCollection<GDictionary> func _debugGetError(
) -> String func _debugGetGlobals(maxSubitems: Int32, maxDepth: Int32
) -> GDictionary func _debugGetStackLevelCount(
) -> Int32 func _debugGetStackLevelFunction(level: Int32
) -> String func _debugGetStackLevelInstance(level: Int32
) -> OpaquePointer? func _debugGetStackLevelLine(level: Int32
) -> Int32 func _debugGetStackLevelLocals(level: Int32, maxSubitems: Int32, maxDepth: Int32
) -> GDictionary func _debugGetStackLevelMembers(level: Int32, maxSubitems: Int32, maxDepth: Int32
) -> GDictionary func _debugParseStackLevelExpression(level: Int32, expression: String, maxSubitems: Int32, maxDepth: Int32
) -> String func _findFunction(className: String, functionName: String
) -> Int32 func _finish(
) func _frame(
) func _getBuiltInTemplates(object: StringName
) -> VariantCollection<GDictionary> func _getCommentDelimiters(
) -> PackedStringArray func _getDocCommentDelimiters(
) -> PackedStringArray func _getExtension(
) -> String func _getGlobalClassName(path: String
) -> GDictionary func _getName(
) -> String func _getPublicAnnotations(
) -> VariantCollection<GDictionary> func _getPublicConstants(
) -> GDictionary func _getPublicFunctions(
) -> VariantCollection<GDictionary> func _getRecognizedExtensions(
) -> PackedStringArray func _getReservedWords(
) -> PackedStringArray func _getStringDelimiters(
) -> PackedStringArray func _getType(
) -> String func _handlesGlobalClassType(String
) -> Bool func _hasNamedClasses(
) -> Bool Deprecated. This method is not called by the engine.
func _init(
) func _isControlFlowKeyword(String
) -> Bool func _isUsingTemplates(
) -> Bool func _lookupCode(String, symbol: String, path: String, owner: Object?
) -> GDictionary func _makeFunction(className: String, functionName: String, functionArgs: PackedStringArray
) -> String func _makeTemplate(String, className: String, baseClassName: String
) -> Script? func _openInExternalEditor(script: Script?, line: Int32, column: Int32
) -> GodotError func _overridesExternalEditor(
) -> Bool func _profilingStart(
) func _profilingStop(
) func _reloadAllScripts(
) func _reloadToolScript(Script?, softReload: Bool
) func _removeNamedGlobalConstant(name: StringName
) func _supportsBuiltinMode(
) -> Bool func _supportsDocumentation(
) -> Bool func _threadEnter(
) func _threadExit(
) func _validate(script: String, path: String, validateFunctions: Bool, validateErrors: Bool, validateWarnings: Bool, validateSafeLines: Bool
) -> GDictionary func _validatePath(String
) -> String
Citizens in SwiftGodot
Conformances
protocol CaseIterable
A type that provides a collection of all of its values.
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
Type members
Instance members
var debugDescription: String
A textual representation of this instance, suitable for debugging
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.