Skip to content

[Feature] default value for filext_fnc_get #16

Description

@m1kesk

Current implementation of get is
private _name = [_fileName, "Name"] call filext_fnc_get;
in case there is no value, it returns nil.

suggestion:
Add third parameter default value in case get function don't find it in file.
example:
private _name = [_fileName, "Name", "Unknown" ] call filext_fnc_get; // return "Unknown"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions