JGodotBuiltinClassMethod
ApiJsonModel.swift:240struct JGodotBuiltinClassMethod
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.
Type members
init(from: any Decoder
) throws init(name: String, description: String, returnType: String?, isVararg: Bool, isConst: Bool, isStatic: Bool, hash: Int, arguments: [JGodotArgument]?
)