Static Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
editor
Flag for an editor method.
core-defs.swift:1530static let editor: MethodFlags
Other members in extension
Type members
init(rawValue: Int
) static let const: MethodFlags
Flag for a constant method.
static let `default`: MethodFlags
Default method flags (normal).
static let normal: MethodFlags
Flag for a normal method.
static let objectCore: MethodFlags
Used internally. Allows to not dump core virtual methods (such as
Object/_notification()
) to the JSON API.static let `static`: MethodFlags
Flag for a static method.
static let vararg: MethodFlags
Flag for a method with a variable number of arguments.
static let virtual: MethodFlags
Flag for a virtual method.
Instance members
var debugDescription: String
A textual representation of this instance, suitable for debugging
let rawValue: Int