Instance Propertymigueldeicaza.swiftgodot 0.46.0ExtensionApi
arguments
ApiJsonModel.swift:511let arguments: [JGodotArgument]?
let arguments: [JGodotArgument]?
s12ExtensionApi21JGodotUtilityFunctionV9argumentsSayAA0C8ArgumentVGSgvp
What are these?4V1HL
import ExtensionApi
struct JGodotUtilityFunction
struct JGodotArgument
init(from decoder: any Decoder) throws
init(name: String, returnType: String?, category: JGodotCategory, isVararg: Bool, hash: Int, description: String, arguments: [JGodotArgument]?)
let category: JGodotCategory
let description: String?
let hash: Int
var isConst: Bool { get }
var isStatic: Bool { get }
let isVararg: Bool
var isVirtual: Bool { get }
let name: String
var optionalHash: Int? { get }
let returnType: String?
var returnValue: JGodotReturnValue? { get }