Skip to contents

Save integer value to storage file (to defined position), returns true on success.

Usage

save_storage_value(position, value)

Arguments

position

A non-negative integer.

value

An integer.

Value

A logical

Note

This function has been auto-generated from the following Raylib function definition:

bool SaveStorageValue(unsigned int position, int value);