Skip to content

Add ncl_restore_cvars_values stock #14

@Polarhigh

Description

@Polarhigh

It would be helpful to have such a stock:

stock ncl_restore_cvars_values(id)
{
    ncl_sandbox_cvar_begin(id);

    for (new eSandboxCvar:i; i < eSandboxCvar; i++) {
        ncl_write_sandbox_cvar(i, "");
    }

    ncl_sandbox_cvar_end();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions