SaveStorageValue is created and only used in examples/core/core_storage_values.c

master
Mohammed Ibrahim 1 month ago
parent
commit
4a06e669a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      raylib-syntax-analysis.md

+ 1
- 1
raylib-syntax-analysis.md

@ -51,7 +51,7 @@ pattern | function format | API count | examples
09 | `TYPE Load<TYPE>*()` | **34** | `LoadImage*()`, `LoadTexture*()`, `LoadSound*()`
10 | `void Unload<TYPE>*(<TYPE>)` | 28 | `UnloadImage()`, `UnloadTexture()`, `UnloadSound()`
11 | `void Update<TYPE>*(<TYPE>, *)` | 9 | `UpdateTexture()`, `UpdateCamera()`
12 | `bool Save*()` | 2 | `SaveFileData()`, `SaveFileText()`, `SaveStorageValue()`
12 | `bool Save*()` | 2 | `SaveFileData()`, `SaveFileText()`
13 | `bool Export*()` | 9 | `ExportImage()`, `ExportImageAsCode()`, `ExportMesh()`, `ExportWave()`, `ExportWaveAsCode()`
14 | `void Draw*()` | **89** | `DrawRectangle()`, `DrawTexture*()`, `DrawModel*()`
15 | `bool Check*()` | 12 | `CheckCollisionRecs()`, `CheckCollisionCircles()`, `CheckCollisionBoxSphere()`

Loading…
Cancel
Save