var isVararg: Bool { get }
s12ExtensionApi16MethodDefinitionP8isVarargSbvpWhat are these?
s12ExtensionApi16MethodDefinitionP8isVarargSbvp
FNV24: [8PPU7]
var arguments: [JGodotArgument]?
var description: String?
var isConst: Bool
var isStatic: 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 isConst: Bool { get }
var isStatic: Bool { get }
var isVirtual: Bool { get }
var name: String { get }
var optionalHash: Int? { get }
var returnValue: JGodotReturnValue? { get }