mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 19:59:17 -05:00
Updated raylib syntax analysis (markdown)
@ -23,9 +23,9 @@ More specifically, every syntactic element implies:
|
|||||||
<Action><Object><Attribute/State>(); // Do an Action over some Object Attribute/State
|
<Action><Object><Attribute/State>(); // Do an Action over some Object Attribute/State
|
||||||
```
|
```
|
||||||
|
|
||||||
**Following this rule make the API comprehensive, intuitive, easy-to-remember and easy-to-use.**
|
**Following this rule is what make the API comprehensive, intuitive, easy-to-remember and easy-to-use.**
|
||||||
|
|
||||||
Checking the available functions with more detail, they can be divided into **3 groups**:
|
Checking the available **functions** with more detail, they can be divided into **3 groups**:
|
||||||
|
|
||||||
1. Functions following a common pattern
|
1. Functions following a common pattern
|
||||||
2. Functions operating over specific type of data
|
2. Functions operating over specific type of data
|
||||||
|
|||||||
Reference in New Issue
Block a user