R/functions.R
save_storage_value.Rd
Save integer value to storage file (to defined position), returns true on success.
save_storage_value(position, value)
A non-negative integer.
An integer.
A logical
This function has been auto-generated from the following Raylib function definition:
bool SaveStorageValue(unsigned int position, int value);