storeVar(value:fullObjects:)

    Stores any Variant value in the file. If fullObjects is true, encoding objects is allowed (and can potentially include code).

    FileAccess.swift:1445
    final func storeVar(value: Variant, fullObjects: Bool = false)

    Internally, this uses the same encoding mechanism as the @GlobalScope.var_to_bytes method.

    Other members in extension

    Types

    Type members

    Instance members