Static Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
normal
Flag for a normal method.
core-defs.swift:1528static let normal: 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 editor: MethodFlags
Flag for an editor 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