diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index d50085a4a..5a9f4fc5d 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -11231,7 +11231,7 @@ }, { "name": "WaveCrop", - "description": "Crop a wave to defined samples range", + "description": "Crop a wave to defined frames range", "returnType": "void", "params": [ { @@ -11240,11 +11240,11 @@ }, { "type": "int", - "name": "initSample" + "name": "initFrame" }, { "type": "int", - "name": "finalSample" + "name": "finalFrame" } ] }, diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index ef8e1c51e..d60ea191c 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -7733,12 +7733,12 @@ return { }, { name = "WaveCrop", - description = "Crop a wave to defined samples range", + description = "Crop a wave to defined frames range", returnType = "void", params = { {type = "Wave *", name = "wave"}, - {type = "int", name = "initSample"}, - {type = "int", name = "finalSample"} + {type = "int", name = "initFrame"}, + {type = "int", name = "finalFrame"} } }, { diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index 631be9a8b..f4973dae6 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -4314,10 +4314,10 @@ Function 523: WaveCopy() (1 input parameters) Function 524: WaveCrop() (3 input parameters) Name: WaveCrop Return type: void - Description: Crop a wave to defined samples range + Description: Crop a wave to defined frames range Param[1]: wave (type: Wave *) - Param[2]: initSample (type: int) - Param[3]: finalSample (type: int) + Param[2]: initFrame (type: int) + Param[3]: finalFrame (type: int) Function 525: WaveFormat() (4 input parameters) Name: WaveFormat Return type: void diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index e17c59d09..e079a198e 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -2870,10 +2870,10 @@ - + - - + +