JGodotClassMethod
ApiJsonModel.swift:394struct JGodotClassMethod
Citizens in ExtensionApi
Conformances
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol MethodDefinition
Type members
init(from: any Decoder
) throws init(name: String, isConst: Bool, isVararg: Bool, isStatic: Bool, isVirtual: Bool, hash: Int?, description: String, returnValue: JGodotReturnValue?, arguments: [JGodotArgument]?
)