var isConst: Bool { get }
s12ExtensionApi16MethodDefinitionP7isConstSbvpWhat are these?
s12ExtensionApi16MethodDefinitionP7isConstSbvp
FNV24: [9DJ0X]
var arguments: [JGodotArgument]?
var description: String?
var isStatic: Bool
var isVararg: Bool
var isVirtual: Bool
var name: String
var optionalHash: Int?
var returnValue: JGodotReturnValue?
import ExtensionApi
protocol MethodDefinition
@frozen struct Bool
A value type whose instances are either true or false.
true
false
var arguments: [JGodotArgument]? { get }
var description: String? { get }
var isStatic: Bool { get }
var isVararg: Bool { get }
var isVirtual: Bool { get }
var name: String { get }
var optionalHash: Int? { get }
var returnValue: JGodotReturnValue? { get }