|
@@ -984,7 +984,7 @@ Callback 006: AudioCallback() (2 input parameters)
|
|
|
Param[1]: bufferData (type: void *)
|
|
|
Param[2]: frames (type: unsigned int)
|
|
|
|
|
|
-Functions found: 564
|
|
|
+Functions found: 566
|
|
|
|
|
|
Function 001: InitWindow() (3 input parameters)
|
|
|
Name: InitWindow
|
|
@@ -3641,30 +3641,40 @@ Function 423: TextToPascal() (1 input parameters)
|
|
|
Return type: const char *
|
|
|
Description: Get Pascal case notation version of provided string
|
|
|
Param[1]: text (type: const char *)
|
|
|
-Function 424: TextToInteger() (1 input parameters)
|
|
|
+Function 424: TextToSnake() (1 input parameters)
|
|
|
+ Name: TextToSnake
|
|
|
+ Return type: const char *
|
|
|
+ Description: Get Snake case notation version of provided string
|
|
|
+ Param[1]: text (type: const char *)
|
|
|
+Function 425: TextToCamel() (1 input parameters)
|
|
|
+ Name: TextToCamel
|
|
|
+ Return type: const char *
|
|
|
+ Description: Get Camel case notation version of provided string
|
|
|
+ Param[1]: text (type: const char *)
|
|
|
+Function 426: TextToInteger() (1 input parameters)
|
|
|
Name: TextToInteger
|
|
|
Return type: int
|
|
|
Description: Get integer value from text (negative values not supported)
|
|
|
Param[1]: text (type: const char *)
|
|
|
-Function 425: TextToFloat() (1 input parameters)
|
|
|
+Function 427: TextToFloat() (1 input parameters)
|
|
|
Name: TextToFloat
|
|
|
Return type: float
|
|
|
Description: Get float value from text (negative values not supported)
|
|
|
Param[1]: text (type: const char *)
|
|
|
-Function 426: DrawLine3D() (3 input parameters)
|
|
|
+Function 428: DrawLine3D() (3 input parameters)
|
|
|
Name: DrawLine3D
|
|
|
Return type: void
|
|
|
Description: Draw a line in 3D world space
|
|
|
Param[1]: startPos (type: Vector3)
|
|
|
Param[2]: endPos (type: Vector3)
|
|
|
Param[3]: color (type: Color)
|
|
|
-Function 427: DrawPoint3D() (2 input parameters)
|
|
|
+Function 429: DrawPoint3D() (2 input parameters)
|
|
|
Name: DrawPoint3D
|
|
|
Return type: void
|
|
|
Description: Draw a point in 3D space, actually a small line
|
|
|
Param[1]: position (type: Vector3)
|
|
|
Param[2]: color (type: Color)
|
|
|
-Function 428: DrawCircle3D() (5 input parameters)
|
|
|
+Function 430: DrawCircle3D() (5 input parameters)
|
|
|
Name: DrawCircle3D
|
|
|
Return type: void
|
|
|
Description: Draw a circle in 3D world space
|
|
@@ -3673,7 +3683,7 @@ Function 428: DrawCircle3D() (5 input parameters)
|
|
|
Param[3]: rotationAxis (type: Vector3)
|
|
|
Param[4]: rotationAngle (type: float)
|
|
|
Param[5]: color (type: Color)
|
|
|
-Function 429: DrawTriangle3D() (4 input parameters)
|
|
|
+Function 431: DrawTriangle3D() (4 input parameters)
|
|
|
Name: DrawTriangle3D
|
|
|
Return type: void
|
|
|
Description: Draw a color-filled triangle (vertex in counter-clockwise order!)
|
|
@@ -3681,14 +3691,14 @@ Function 429: DrawTriangle3D() (4 input parameters)
|
|
|
Param[2]: v2 (type: Vector3)
|
|
|
Param[3]: v3 (type: Vector3)
|
|
|
Param[4]: color (type: Color)
|
|
|
-Function 430: DrawTriangleStrip3D() (3 input parameters)
|
|
|
+Function 432: DrawTriangleStrip3D() (3 input parameters)
|
|
|
Name: DrawTriangleStrip3D
|
|
|
Return type: void
|
|
|
Description: Draw a triangle strip defined by points
|
|
|
Param[1]: points (type: Vector3 *)
|
|
|
Param[2]: pointCount (type: int)
|
|
|
Param[3]: color (type: Color)
|
|
|
-Function 431: DrawCube() (5 input parameters)
|
|
|
+Function 433: DrawCube() (5 input parameters)
|
|
|
Name: DrawCube
|
|
|
Return type: void
|
|
|
Description: Draw cube
|
|
@@ -3697,14 +3707,14 @@ Function 431: DrawCube() (5 input parameters)
|
|
|
Param[3]: height (type: float)
|
|
|
Param[4]: length (type: float)
|
|
|
Param[5]: color (type: Color)
|
|
|
-Function 432: DrawCubeV() (3 input parameters)
|
|
|
+Function 434: DrawCubeV() (3 input parameters)
|
|
|
Name: DrawCubeV
|
|
|
Return type: void
|
|
|
Description: Draw cube (Vector version)
|
|
|
Param[1]: position (type: Vector3)
|
|
|
Param[2]: size (type: Vector3)
|
|
|
Param[3]: color (type: Color)
|
|
|
-Function 433: DrawCubeWires() (5 input parameters)
|
|
|
+Function 435: DrawCubeWires() (5 input parameters)
|
|
|
Name: DrawCubeWires
|
|
|
Return type: void
|
|
|
Description: Draw cube wires
|
|
@@ -3713,21 +3723,21 @@ Function 433: DrawCubeWires() (5 input parameters)
|
|
|
Param[3]: height (type: float)
|
|
|
Param[4]: length (type: float)
|
|
|
Param[5]: color (type: Color)
|
|
|
-Function 434: DrawCubeWiresV() (3 input parameters)
|
|
|
+Function 436: DrawCubeWiresV() (3 input parameters)
|
|
|
Name: DrawCubeWiresV
|
|
|
Return type: void
|
|
|
Description: Draw cube wires (Vector version)
|
|
|
Param[1]: position (type: Vector3)
|
|
|
Param[2]: size (type: Vector3)
|
|
|
Param[3]: color (type: Color)
|
|
|
-Function 435: DrawSphere() (3 input parameters)
|
|
|
+Function 437: DrawSphere() (3 input parameters)
|
|
|
Name: DrawSphere
|
|
|
Return type: void
|
|
|
Description: Draw sphere
|
|
|
Param[1]: centerPos (type: Vector3)
|
|
|
Param[2]: radius (type: float)
|
|
|
Param[3]: color (type: Color)
|
|
|
-Function 436: DrawSphereEx() (5 input parameters)
|
|
|
+Function 438: DrawSphereEx() (5 input parameters)
|
|
|
Name: DrawSphereEx
|
|
|
Return type: void
|
|
|
Description: Draw sphere with extended parameters
|
|
@@ -3736,7 +3746,7 @@ Function 436: DrawSphereEx() (5 input parameters)
|
|
|
Param[3]: rings (type: int)
|
|
|
Param[4]: slices (type: int)
|
|
|
Param[5]: color (type: Color)
|
|
|
-Function 437: DrawSphereWires() (5 input parameters)
|
|
|
+Function 439: DrawSphereWires() (5 input parameters)
|
|
|
Name: DrawSphereWires
|
|
|
Return type: void
|
|
|
Description: Draw sphere wires
|
|
@@ -3745,7 +3755,7 @@ Function 437: DrawSphereWires() (5 input parameters)
|
|
|
Param[3]: rings (type: int)
|
|
|
Param[4]: slices (type: int)
|
|
|
Param[5]: color (type: Color)
|
|
|
-Function 438: DrawCylinder() (6 input parameters)
|
|
|
+Function 440: DrawCylinder() (6 input parameters)
|
|
|
Name: DrawCylinder
|
|
|
Return type: void
|
|
|
Description: Draw a cylinder/cone
|
|
@@ -3755,7 +3765,7 @@ Function 438: DrawCylinder() (6 input parameters)
|
|
|
Param[4]: height (type: float)
|
|
|
Param[5]: slices (type: int)
|
|
|
Param[6]: color (type: Color)
|
|
|
-Function 439: DrawCylinderEx() (6 input parameters)
|
|
|
+Function 441: DrawCylinderEx() (6 input parameters)
|
|
|
Name: DrawCylinderEx
|
|
|
Return type: void
|
|
|
Description: Draw a cylinder with base at startPos and top at endPos
|
|
@@ -3765,7 +3775,7 @@ Function 439: DrawCylinderEx() (6 input parameters)
|
|
|
Param[4]: endRadius (type: float)
|
|
|
Param[5]: sides (type: int)
|
|
|
Param[6]: color (type: Color)
|
|
|
-Function 440: DrawCylinderWires() (6 input parameters)
|
|
|
+Function 442: DrawCylinderWires() (6 input parameters)
|
|
|
Name: DrawCylinderWires
|
|
|
Return type: void
|
|
|
Description: Draw a cylinder/cone wires
|
|
@@ -3775,7 +3785,7 @@ Function 440: DrawCylinderWires() (6 input parameters)
|
|
|
Param[4]: height (type: float)
|
|
|
Param[5]: slices (type: int)
|
|
|
Param[6]: color (type: Color)
|
|
|
-Function 441: DrawCylinderWiresEx() (6 input parameters)
|
|
|
+Function 443: DrawCylinderWiresEx() (6 input parameters)
|
|
|
Name: DrawCylinderWiresEx
|
|
|
Return type: void
|
|
|
Description: Draw a cylinder wires with base at startPos and top at endPos
|
|
@@ -3785,7 +3795,7 @@ Function 441: DrawCylinderWiresEx() (6 input parameters)
|
|
|
Param[4]: endRadius (type: float)
|
|
|
Param[5]: sides (type: int)
|
|
|
Param[6]: color (type: Color)
|
|
|
-Function 442: DrawCapsule() (6 input parameters)
|
|
|
+Function 444: DrawCapsule() (6 input parameters)
|
|
|
Name: DrawCapsule
|
|
|
Return type: void
|
|
|
Description: Draw a capsule with the center of its sphere caps at startPos and endPos
|
|
@@ -3795,7 +3805,7 @@ Function 442: DrawCapsule() (6 input parameters)
|
|
|
Param[4]: slices (type: int)
|
|
|
Param[5]: rings (type: int)
|
|
|
Param[6]: color (type: Color)
|
|
|
-Function 443: DrawCapsuleWires() (6 input parameters)
|
|
|
+Function 445: DrawCapsuleWires() (6 input parameters)
|
|
|
Name: DrawCapsuleWires
|
|
|
Return type: void
|
|
|
Description: Draw capsule wireframe with the center of its sphere caps at startPos and endPos
|
|
@@ -3805,51 +3815,51 @@ Function 443: DrawCapsuleWires() (6 input parameters)
|
|
|
Param[4]: slices (type: int)
|
|
|
Param[5]: rings (type: int)
|
|
|
Param[6]: color (type: Color)
|
|
|
-Function 444: DrawPlane() (3 input parameters)
|
|
|
+Function 446: DrawPlane() (3 input parameters)
|
|
|
Name: DrawPlane
|
|
|
Return type: void
|
|
|
Description: Draw a plane XZ
|
|
|
Param[1]: centerPos (type: Vector3)
|
|
|
Param[2]: size (type: Vector2)
|
|
|
Param[3]: color (type: Color)
|
|
|
-Function 445: DrawRay() (2 input parameters)
|
|
|
+Function 447: DrawRay() (2 input parameters)
|
|
|
Name: DrawRay
|
|
|
Return type: void
|
|
|
Description: Draw a ray line
|
|
|
Param[1]: ray (type: Ray)
|
|
|
Param[2]: color (type: Color)
|
|
|
-Function 446: DrawGrid() (2 input parameters)
|
|
|
+Function 448: DrawGrid() (2 input parameters)
|
|
|
Name: DrawGrid
|
|
|
Return type: void
|
|
|
Description: Draw a grid (centered at (0, 0, 0))
|
|
|
Param[1]: slices (type: int)
|
|
|
Param[2]: spacing (type: float)
|
|
|
-Function 447: LoadModel() (1 input parameters)
|
|
|
+Function 449: LoadModel() (1 input parameters)
|
|
|
Name: LoadModel
|
|
|
Return type: Model
|
|
|
Description: Load model from files (meshes and materials)
|
|
|
Param[1]: fileName (type: const char *)
|
|
|
-Function 448: LoadModelFromMesh() (1 input parameters)
|
|
|
+Function 450: LoadModelFromMesh() (1 input parameters)
|
|
|
Name: LoadModelFromMesh
|
|
|
Return type: Model
|
|
|
Description: Load model from generated mesh (default material)
|
|
|
Param[1]: mesh (type: Mesh)
|
|
|
-Function 449: IsModelReady() (1 input parameters)
|
|
|
+Function 451: IsModelReady() (1 input parameters)
|
|
|
Name: IsModelReady
|
|
|
Return type: bool
|
|
|
Description: Check if a model is ready
|
|
|
Param[1]: model (type: Model)
|
|
|
-Function 450: UnloadModel() (1 input parameters)
|
|
|
+Function 452: UnloadModel() (1 input parameters)
|
|
|
Name: UnloadModel
|
|
|
Return type: void
|
|
|
Description: Unload model (including meshes) from memory (RAM and/or VRAM)
|
|
|
Param[1]: model (type: Model)
|
|
|
-Function 451: GetModelBoundingBox() (1 input parameters)
|
|
|
+Function 453: GetModelBoundingBox() (1 input parameters)
|
|
|
Name: GetModelBoundingBox
|
|
|
Return type: BoundingBox
|
|
|
Description: Compute model bounding box limits (considers all meshes)
|
|
|
Param[1]: model (type: Model)
|
|
|
-Function 452: DrawModel() (4 input parameters)
|
|
|
+Function 454: DrawModel() (4 input parameters)
|
|
|
Name: DrawModel
|
|
|
Return type: void
|
|
|
Description: Draw a model (with texture if set)
|
|
@@ -3857,7 +3867,7 @@ Function 452: DrawModel() (4 input parameters)
|
|
|
Param[2]: position (type: Vector3)
|
|
|
Param[3]: scale (type: float)
|
|
|
Param[4]: tint (type: Color)
|
|
|
-Function 453: DrawModelEx() (6 input parameters)
|
|
|
+Function 455: DrawModelEx() (6 input parameters)
|
|
|
Name: DrawModelEx
|
|
|
Return type: void
|
|
|
Description: Draw a model with extended parameters
|
|
@@ -3867,7 +3877,7 @@ Function 453: DrawModelEx() (6 input parameters)
|
|
|
Param[4]: rotationAngle (type: float)
|
|
|
Param[5]: scale (type: Vector3)
|
|
|
Param[6]: tint (type: Color)
|
|
|
-Function 454: DrawModelWires() (4 input parameters)
|
|
|
+Function 456: DrawModelWires() (4 input parameters)
|
|
|
Name: DrawModelWires
|
|
|
Return type: void
|
|
|
Description: Draw a model wires (with texture if set)
|
|
@@ -3875,7 +3885,7 @@ Function 454: DrawModelWires() (4 input parameters)
|
|
|
Param[2]: position (type: Vector3)
|
|
|
Param[3]: scale (type: float)
|
|
|
Param[4]: tint (type: Color)
|
|
|
-Function 455: DrawModelWiresEx() (6 input parameters)
|
|
|
+Function 457: DrawModelWiresEx() (6 input parameters)
|
|
|
Name: DrawModelWiresEx
|
|
|
Return type: void
|
|
|
Description: Draw a model wires (with texture if set) with extended parameters
|
|
@@ -3885,13 +3895,13 @@ Function 455: DrawModelWiresEx() (6 input parameters)
|
|
|
Param[4]: rotationAngle (type: float)
|
|
|
Param[5]: scale (type: Vector3)
|
|
|
Param[6]: tint (type: Color)
|
|
|
-Function 456: DrawBoundingBox() (2 input parameters)
|
|
|
+Function 458: DrawBoundingBox() (2 input parameters)
|
|
|
Name: DrawBoundingBox
|
|
|
Return type: void
|
|
|
Description: Draw bounding box (wires)
|
|
|
Param[1]: box (type: BoundingBox)
|
|
|
Param[2]: color (type: Color)
|
|
|
-Function 457: DrawBillboard() (5 input parameters)
|
|
|
+Function 459: DrawBillboard() (5 input parameters)
|
|
|
Name: DrawBillboard
|
|
|
Return type: void
|
|
|
Description: Draw a billboard texture
|
|
@@ -3900,7 +3910,7 @@ Function 457: DrawBillboard() (5 input parameters)
|
|
|
Param[3]: position (type: Vector3)
|
|
|
Param[4]: size (type: float)
|
|
|
Param[5]: tint (type: Color)
|
|
|
-Function 458: DrawBillboardRec() (6 input parameters)
|
|
|
+Function 460: DrawBillboardRec() (6 input parameters)
|
|
|
Name: DrawBillboardRec
|
|
|
Return type: void
|
|
|
Description: Draw a billboard texture defined by source
|
|
@@ -3910,7 +3920,7 @@ Function 458: DrawBillboardRec() (6 input parameters)
|
|
|
Param[4]: position (type: Vector3)
|
|
|
Param[5]: size (type: Vector2)
|
|
|
Param[6]: tint (type: Color)
|
|
|
-Function 459: DrawBillboardPro() (9 input parameters)
|
|
|
+Function 461: DrawBillboardPro() (9 input parameters)
|
|
|
Name: DrawBillboardPro
|
|
|
Return type: void
|
|
|
Description: Draw a billboard texture defined by source and rotation
|
|
@@ -3923,13 +3933,13 @@ Function 459: DrawBillboardPro() (9 input parameters)
|
|
|
Param[7]: origin (type: Vector2)
|
|
|
Param[8]: rotation (type: float)
|
|
|
Param[9]: tint (type: Color)
|
|
|
-Function 460: UploadMesh() (2 input parameters)
|
|
|
+Function 462: UploadMesh() (2 input parameters)
|
|
|
Name: UploadMesh
|
|
|
Return type: void
|
|
|
Description: Upload mesh vertex data in GPU and provide VAO/VBO ids
|
|
|
Param[1]: mesh (type: Mesh *)
|
|
|
Param[2]: dynamic (type: bool)
|
|
|
-Function 461: UpdateMeshBuffer() (5 input parameters)
|
|
|
+Function 463: UpdateMeshBuffer() (5 input parameters)
|
|
|
Name: UpdateMeshBuffer
|
|
|
Return type: void
|
|
|
Description: Update mesh vertex data in GPU for a specific buffer index
|
|
@@ -3938,19 +3948,19 @@ Function 461: UpdateMeshBuffer() (5 input parameters)
|
|
|
Param[3]: data (type: const void *)
|
|
|
Param[4]: dataSize (type: int)
|
|
|
Param[5]: offset (type: int)
|
|
|
-Function 462: UnloadMesh() (1 input parameters)
|
|
|
+Function 464: UnloadMesh() (1 input parameters)
|
|
|
Name: UnloadMesh
|
|
|
Return type: void
|
|
|
Description: Unload mesh data from CPU and GPU
|
|
|
Param[1]: mesh (type: Mesh)
|
|
|
-Function 463: DrawMesh() (3 input parameters)
|
|
|
+Function 465: DrawMesh() (3 input parameters)
|
|
|
Name: DrawMesh
|
|
|
Return type: void
|
|
|
Description: Draw a 3d mesh with material and transform
|
|
|
Param[1]: mesh (type: Mesh)
|
|
|
Param[2]: material (type: Material)
|
|
|
Param[3]: transform (type: Matrix)
|
|
|
-Function 464: DrawMeshInstanced() (4 input parameters)
|
|
|
+Function 466: DrawMeshInstanced() (4 input parameters)
|
|
|
Name: DrawMeshInstanced
|
|
|
Return type: void
|
|
|
Description: Draw multiple mesh instances with material and different transforms
|
|
@@ -3958,35 +3968,35 @@ Function 464: DrawMeshInstanced() (4 input parameters)
|
|
|
Param[2]: material (type: Material)
|
|
|
Param[3]: transforms (type: const Matrix *)
|
|
|
Param[4]: instances (type: int)
|
|
|
-Function 465: GetMeshBoundingBox() (1 input parameters)
|
|
|
+Function 467: GetMeshBoundingBox() (1 input parameters)
|
|
|
Name: GetMeshBoundingBox
|
|
|
Return type: BoundingBox
|
|
|
Description: Compute mesh bounding box limits
|
|
|
Param[1]: mesh (type: Mesh)
|
|
|
-Function 466: GenMeshTangents() (1 input parameters)
|
|
|
+Function 468: GenMeshTangents() (1 input parameters)
|
|
|
Name: GenMeshTangents
|
|
|
Return type: void
|
|
|
Description: Compute mesh tangents
|
|
|
Param[1]: mesh (type: Mesh *)
|
|
|
-Function 467: ExportMesh() (2 input parameters)
|
|
|
+Function 469: ExportMesh() (2 input parameters)
|
|
|
Name: ExportMesh
|
|
|
Return type: bool
|
|
|
Description: Export mesh data to file, returns true on success
|
|
|
Param[1]: mesh (type: Mesh)
|
|
|
Param[2]: fileName (type: const char *)
|
|
|
-Function 468: ExportMeshAsCode() (2 input parameters)
|
|
|
+Function 470: ExportMeshAsCode() (2 input parameters)
|
|
|
Name: ExportMeshAsCode
|
|
|
Return type: bool
|
|
|
Description: Export mesh as code file (.h) defining multiple arrays of vertex attributes
|
|
|
Param[1]: mesh (type: Mesh)
|
|
|
Param[2]: fileName (type: const char *)
|
|
|
-Function 469: GenMeshPoly() (2 input parameters)
|
|
|
+Function 471: GenMeshPoly() (2 input parameters)
|
|
|
Name: GenMeshPoly
|
|
|
Return type: Mesh
|
|
|
Description: Generate polygonal mesh
|
|
|
Param[1]: sides (type: int)
|
|
|
Param[2]: radius (type: float)
|
|
|
-Function 470: GenMeshPlane() (4 input parameters)
|
|
|
+Function 472: GenMeshPlane() (4 input parameters)
|
|
|
Name: GenMeshPlane
|
|
|
Return type: Mesh
|
|
|
Description: Generate plane mesh (with subdivisions)
|
|
@@ -3994,42 +4004,42 @@ Function 470: GenMeshPlane() (4 input parameters)
|
|
|
Param[2]: length (type: float)
|
|
|
Param[3]: resX (type: int)
|
|
|
Param[4]: resZ (type: int)
|
|
|
-Function 471: GenMeshCube() (3 input parameters)
|
|
|
+Function 473: GenMeshCube() (3 input parameters)
|
|
|
Name: GenMeshCube
|
|
|
Return type: Mesh
|
|
|
Description: Generate cuboid mesh
|
|
|
Param[1]: width (type: float)
|
|
|
Param[2]: height (type: float)
|
|
|
Param[3]: length (type: float)
|
|
|
-Function 472: GenMeshSphere() (3 input parameters)
|
|
|
+Function 474: GenMeshSphere() (3 input parameters)
|
|
|
Name: GenMeshSphere
|
|
|
Return type: Mesh
|
|
|
Description: Generate sphere mesh (standard sphere)
|
|
|
Param[1]: radius (type: float)
|
|
|
Param[2]: rings (type: int)
|
|
|
Param[3]: slices (type: int)
|
|
|
-Function 473: GenMeshHemiSphere() (3 input parameters)
|
|
|
+Function 475: GenMeshHemiSphere() (3 input parameters)
|
|
|
Name: GenMeshHemiSphere
|
|
|
Return type: Mesh
|
|
|
Description: Generate half-sphere mesh (no bottom cap)
|
|
|
Param[1]: radius (type: float)
|
|
|
Param[2]: rings (type: int)
|
|
|
Param[3]: slices (type: int)
|
|
|
-Function 474: GenMeshCylinder() (3 input parameters)
|
|
|
+Function 476: GenMeshCylinder() (3 input parameters)
|
|
|
Name: GenMeshCylinder
|
|
|
Return type: Mesh
|
|
|
Description: Generate cylinder mesh
|
|
|
Param[1]: radius (type: float)
|
|
|
Param[2]: height (type: float)
|
|
|
Param[3]: slices (type: int)
|
|
|
-Function 475: GenMeshCone() (3 input parameters)
|
|
|
+Function 477: GenMeshCone() (3 input parameters)
|
|
|
Name: GenMeshCone
|
|
|
Return type: Mesh
|
|
|
Description: Generate cone/pyramid mesh
|
|
|
Param[1]: radius (type: float)
|
|
|
Param[2]: height (type: float)
|
|
|
Param[3]: slices (type: int)
|
|
|
-Function 476: GenMeshTorus() (4 input parameters)
|
|
|
+Function 478: GenMeshTorus() (4 input parameters)
|
|
|
Name: GenMeshTorus
|
|
|
Return type: Mesh
|
|
|
Description: Generate torus mesh
|
|
@@ -4037,7 +4047,7 @@ Function 476: GenMeshTorus() (4 input parameters)
|
|
|
Param[2]: size (type: float)
|
|
|
Param[3]: radSeg (type: int)
|
|
|
Param[4]: sides (type: int)
|
|
|
-Function 477: GenMeshKnot() (4 input parameters)
|
|
|
+Function 479: GenMeshKnot() (4 input parameters)
|
|
|
Name: GenMeshKnot
|
|
|
Return type: Mesh
|
|
|
Description: Generate trefoil knot mesh
|
|
@@ -4045,84 +4055,84 @@ Function 477: GenMeshKnot() (4 input parameters)
|
|
|
Param[2]: size (type: float)
|
|
|
Param[3]: radSeg (type: int)
|
|
|
Param[4]: sides (type: int)
|
|
|
-Function 478: GenMeshHeightmap() (2 input parameters)
|
|
|
+Function 480: GenMeshHeightmap() (2 input parameters)
|
|
|
Name: GenMeshHeightmap
|
|
|
Return type: Mesh
|
|
|
Description: Generate heightmap mesh from image data
|
|
|
Param[1]: heightmap (type: Image)
|
|
|
Param[2]: size (type: Vector3)
|
|
|
-Function 479: GenMeshCubicmap() (2 input parameters)
|
|
|
+Function 481: GenMeshCubicmap() (2 input parameters)
|
|
|
Name: GenMeshCubicmap
|
|
|
Return type: Mesh
|
|
|
Description: Generate cubes-based map mesh from image data
|
|
|
Param[1]: cubicmap (type: Image)
|
|
|
Param[2]: cubeSize (type: Vector3)
|
|
|
-Function 480: LoadMaterials() (2 input parameters)
|
|
|
+Function 482: LoadMaterials() (2 input parameters)
|
|
|
Name: LoadMaterials
|
|
|
Return type: Material *
|
|
|
Description: Load materials from model file
|
|
|
Param[1]: fileName (type: const char *)
|
|
|
Param[2]: materialCount (type: int *)
|
|
|
-Function 481: LoadMaterialDefault() (0 input parameters)
|
|
|
+Function 483: LoadMaterialDefault() (0 input parameters)
|
|
|
Name: LoadMaterialDefault
|
|
|
Return type: Material
|
|
|
Description: Load default material (Supports: DIFFUSE, SPECULAR, NORMAL maps)
|
|
|
No input parameters
|
|
|
-Function 482: IsMaterialReady() (1 input parameters)
|
|
|
+Function 484: IsMaterialReady() (1 input parameters)
|
|
|
Name: IsMaterialReady
|
|
|
Return type: bool
|
|
|
Description: Check if a material is ready
|
|
|
Param[1]: material (type: Material)
|
|
|
-Function 483: UnloadMaterial() (1 input parameters)
|
|
|
+Function 485: UnloadMaterial() (1 input parameters)
|
|
|
Name: UnloadMaterial
|
|
|
Return type: void
|
|
|
Description: Unload material from GPU memory (VRAM)
|
|
|
Param[1]: material (type: Material)
|
|
|
-Function 484: SetMaterialTexture() (3 input parameters)
|
|
|
+Function 486: SetMaterialTexture() (3 input parameters)
|
|
|
Name: SetMaterialTexture
|
|
|
Return type: void
|
|
|
Description: Set texture for a material map type (MATERIAL_MAP_DIFFUSE, MATERIAL_MAP_SPECULAR...)
|
|
|
Param[1]: material (type: Material *)
|
|
|
Param[2]: mapType (type: int)
|
|
|
Param[3]: texture (type: Texture2D)
|
|
|
-Function 485: SetModelMeshMaterial() (3 input parameters)
|
|
|
+Function 487: SetModelMeshMaterial() (3 input parameters)
|
|
|
Name: SetModelMeshMaterial
|
|
|
Return type: void
|
|
|
Description: Set material for a mesh
|
|
|
Param[1]: model (type: Model *)
|
|
|
Param[2]: meshId (type: int)
|
|
|
Param[3]: materialId (type: int)
|
|
|
-Function 486: LoadModelAnimations() (2 input parameters)
|
|
|
+Function 488: LoadModelAnimations() (2 input parameters)
|
|
|
Name: LoadModelAnimations
|
|
|
Return type: ModelAnimation *
|
|
|
Description: Load model animations from file
|
|
|
Param[1]: fileName (type: const char *)
|
|
|
Param[2]: animCount (type: int *)
|
|
|
-Function 487: UpdateModelAnimation() (3 input parameters)
|
|
|
+Function 489: UpdateModelAnimation() (3 input parameters)
|
|
|
Name: UpdateModelAnimation
|
|
|
Return type: void
|
|
|
Description: Update model animation pose
|
|
|
Param[1]: model (type: Model)
|
|
|
Param[2]: anim (type: ModelAnimation)
|
|
|
Param[3]: frame (type: int)
|
|
|
-Function 488: UnloadModelAnimation() (1 input parameters)
|
|
|
+Function 490: UnloadModelAnimation() (1 input parameters)
|
|
|
Name: UnloadModelAnimation
|
|
|
Return type: void
|
|
|
Description: Unload animation data
|
|
|
Param[1]: anim (type: ModelAnimation)
|
|
|
-Function 489: UnloadModelAnimations() (2 input parameters)
|
|
|
+Function 491: UnloadModelAnimations() (2 input parameters)
|
|
|
Name: UnloadModelAnimations
|
|
|
Return type: void
|
|
|
Description: Unload animation array data
|
|
|
Param[1]: animations (type: ModelAnimation *)
|
|
|
Param[2]: animCount (type: int)
|
|
|
-Function 490: IsModelAnimationValid() (2 input parameters)
|
|
|
+Function 492: IsModelAnimationValid() (2 input parameters)
|
|
|
Name: IsModelAnimationValid
|
|
|
Return type: bool
|
|
|
Description: Check model animation skeleton match
|
|
|
Param[1]: model (type: Model)
|
|
|
Param[2]: anim (type: ModelAnimation)
|
|
|
-Function 491: CheckCollisionSpheres() (4 input parameters)
|
|
|
+Function 493: CheckCollisionSpheres() (4 input parameters)
|
|
|
Name: CheckCollisionSpheres
|
|
|
Return type: bool
|
|
|
Description: Check collision between two spheres
|
|
@@ -4130,40 +4140,40 @@ Function 491: CheckCollisionSpheres() (4 input parameters)
|
|
|
Param[2]: radius1 (type: float)
|
|
|
Param[3]: center2 (type: Vector3)
|
|
|
Param[4]: radius2 (type: float)
|
|
|
-Function 492: CheckCollisionBoxes() (2 input parameters)
|
|
|
+Function 494: CheckCollisionBoxes() (2 input parameters)
|
|
|
Name: CheckCollisionBoxes
|
|
|
Return type: bool
|
|
|
Description: Check collision between two bounding boxes
|
|
|
Param[1]: box1 (type: BoundingBox)
|
|
|
Param[2]: box2 (type: BoundingBox)
|
|
|
-Function 493: CheckCollisionBoxSphere() (3 input parameters)
|
|
|
+Function 495: CheckCollisionBoxSphere() (3 input parameters)
|
|
|
Name: CheckCollisionBoxSphere
|
|
|
Return type: bool
|
|
|
Description: Check collision between box and sphere
|
|
|
Param[1]: box (type: BoundingBox)
|
|
|
Param[2]: center (type: Vector3)
|
|
|
Param[3]: radius (type: float)
|
|
|
-Function 494: GetRayCollisionSphere() (3 input parameters)
|
|
|
+Function 496: GetRayCollisionSphere() (3 input parameters)
|
|
|
Name: GetRayCollisionSphere
|
|
|
Return type: RayCollision
|
|
|
Description: Get collision info between ray and sphere
|
|
|
Param[1]: ray (type: Ray)
|
|
|
Param[2]: center (type: Vector3)
|
|
|
Param[3]: radius (type: float)
|
|
|
-Function 495: GetRayCollisionBox() (2 input parameters)
|
|
|
+Function 497: GetRayCollisionBox() (2 input parameters)
|
|
|
Name: GetRayCollisionBox
|
|
|
Return type: RayCollision
|
|
|
Description: Get collision info between ray and box
|
|
|
Param[1]: ray (type: Ray)
|
|
|
Param[2]: box (type: BoundingBox)
|
|
|
-Function 496: GetRayCollisionMesh() (3 input parameters)
|
|
|
+Function 498: GetRayCollisionMesh() (3 input parameters)
|
|
|
Name: GetRayCollisionMesh
|
|
|
Return type: RayCollision
|
|
|
Description: Get collision info between ray and mesh
|
|
|
Param[1]: ray (type: Ray)
|
|
|
Param[2]: mesh (type: Mesh)
|
|
|
Param[3]: transform (type: Matrix)
|
|
|
-Function 497: GetRayCollisionTriangle() (4 input parameters)
|
|
|
+Function 499: GetRayCollisionTriangle() (4 input parameters)
|
|
|
Name: GetRayCollisionTriangle
|
|
|
Return type: RayCollision
|
|
|
Description: Get collision info between ray and triangle
|
|
@@ -4171,7 +4181,7 @@ Function 497: GetRayCollisionTriangle() (4 input parameters)
|
|
|
Param[2]: p1 (type: Vector3)
|
|
|
Param[3]: p2 (type: Vector3)
|
|
|
Param[4]: p3 (type: Vector3)
|
|
|
-Function 498: GetRayCollisionQuad() (5 input parameters)
|
|
|
+Function 500: GetRayCollisionQuad() (5 input parameters)
|
|
|
Name: GetRayCollisionQuad
|
|
|
Return type: RayCollision
|
|
|
Description: Get collision info between ray and quad
|
|
@@ -4180,158 +4190,158 @@ Function 498: GetRayCollisionQuad() (5 input parameters)
|
|
|
Param[3]: p2 (type: Vector3)
|
|
|
Param[4]: p3 (type: Vector3)
|
|
|
Param[5]: p4 (type: Vector3)
|
|
|
-Function 499: InitAudioDevice() (0 input parameters)
|
|
|
+Function 501: InitAudioDevice() (0 input parameters)
|
|
|
Name: InitAudioDevice
|
|
|
Return type: void
|
|
|
Description: Initialize audio device and context
|
|
|
No input parameters
|
|
|
-Function 500: CloseAudioDevice() (0 input parameters)
|
|
|
+Function 502: CloseAudioDevice() (0 input parameters)
|
|
|
Name: CloseAudioDevice
|
|
|
Return type: void
|
|
|
Description: Close the audio device and context
|
|
|
No input parameters
|
|
|
-Function 501: IsAudioDeviceReady() (0 input parameters)
|
|
|
+Function 503: IsAudioDeviceReady() (0 input parameters)
|
|
|
Name: IsAudioDeviceReady
|
|
|
Return type: bool
|
|
|
Description: Check if audio device has been initialized successfully
|
|
|
No input parameters
|
|
|
-Function 502: SetMasterVolume() (1 input parameters)
|
|
|
+Function 504: SetMasterVolume() (1 input parameters)
|
|
|
Name: SetMasterVolume
|
|
|
Return type: void
|
|
|
Description: Set master volume (listener)
|
|
|
Param[1]: volume (type: float)
|
|
|
-Function 503: GetMasterVolume() (0 input parameters)
|
|
|
+Function 505: GetMasterVolume() (0 input parameters)
|
|
|
Name: GetMasterVolume
|
|
|
Return type: float
|
|
|
Description: Get master volume (listener)
|
|
|
No input parameters
|
|
|
-Function 504: LoadWave() (1 input parameters)
|
|
|
+Function 506: LoadWave() (1 input parameters)
|
|
|
Name: LoadWave
|
|
|
Return type: Wave
|
|
|
Description: Load wave data from file
|
|
|
Param[1]: fileName (type: const char *)
|
|
|
-Function 505: LoadWaveFromMemory() (3 input parameters)
|
|
|
+Function 507: LoadWaveFromMemory() (3 input parameters)
|
|
|
Name: LoadWaveFromMemory
|
|
|
Return type: Wave
|
|
|
Description: Load wave from memory buffer, fileType refers to extension: i.e. '.wav'
|
|
|
Param[1]: fileType (type: const char *)
|
|
|
Param[2]: fileData (type: const unsigned char *)
|
|
|
Param[3]: dataSize (type: int)
|
|
|
-Function 506: IsWaveReady() (1 input parameters)
|
|
|
+Function 508: IsWaveReady() (1 input parameters)
|
|
|
Name: IsWaveReady
|
|
|
Return type: bool
|
|
|
Description: Checks if wave data is ready
|
|
|
Param[1]: wave (type: Wave)
|
|
|
-Function 507: LoadSound() (1 input parameters)
|
|
|
+Function 509: LoadSound() (1 input parameters)
|
|
|
Name: LoadSound
|
|
|
Return type: Sound
|
|
|
Description: Load sound from file
|
|
|
Param[1]: fileName (type: const char *)
|
|
|
-Function 508: LoadSoundFromWave() (1 input parameters)
|
|
|
+Function 510: LoadSoundFromWave() (1 input parameters)
|
|
|
Name: LoadSoundFromWave
|
|
|
Return type: Sound
|
|
|
Description: Load sound from wave data
|
|
|
Param[1]: wave (type: Wave)
|
|
|
-Function 509: LoadSoundAlias() (1 input parameters)
|
|
|
+Function 511: LoadSoundAlias() (1 input parameters)
|
|
|
Name: LoadSoundAlias
|
|
|
Return type: Sound
|
|
|
Description: Create a new sound that shares the same sample data as the source sound, does not own the sound data
|
|
|
Param[1]: source (type: Sound)
|
|
|
-Function 510: IsSoundReady() (1 input parameters)
|
|
|
+Function 512: IsSoundReady() (1 input parameters)
|
|
|
Name: IsSoundReady
|
|
|
Return type: bool
|
|
|
Description: Checks if a sound is ready
|
|
|
Param[1]: sound (type: Sound)
|
|
|
-Function 511: UpdateSound() (3 input parameters)
|
|
|
+Function 513: UpdateSound() (3 input parameters)
|
|
|
Name: UpdateSound
|
|
|
Return type: void
|
|
|
Description: Update sound buffer with new data
|
|
|
Param[1]: sound (type: Sound)
|
|
|
Param[2]: data (type: const void *)
|
|
|
Param[3]: sampleCount (type: int)
|
|
|
-Function 512: UnloadWave() (1 input parameters)
|
|
|
+Function 514: UnloadWave() (1 input parameters)
|
|
|
Name: UnloadWave
|
|
|
Return type: void
|
|
|
Description: Unload wave data
|
|
|
Param[1]: wave (type: Wave)
|
|
|
-Function 513: UnloadSound() (1 input parameters)
|
|
|
+Function 515: UnloadSound() (1 input parameters)
|
|
|
Name: UnloadSound
|
|
|
Return type: void
|
|
|
Description: Unload sound
|
|
|
Param[1]: sound (type: Sound)
|
|
|
-Function 514: UnloadSoundAlias() (1 input parameters)
|
|
|
+Function 516: UnloadSoundAlias() (1 input parameters)
|
|
|
Name: UnloadSoundAlias
|
|
|
Return type: void
|
|
|
Description: Unload a sound alias (does not deallocate sample data)
|
|
|
Param[1]: alias (type: Sound)
|
|
|
-Function 515: ExportWave() (2 input parameters)
|
|
|
+Function 517: ExportWave() (2 input parameters)
|
|
|
Name: ExportWave
|
|
|
Return type: bool
|
|
|
Description: Export wave data to file, returns true on success
|
|
|
Param[1]: wave (type: Wave)
|
|
|
Param[2]: fileName (type: const char *)
|
|
|
-Function 516: ExportWaveAsCode() (2 input parameters)
|
|
|
+Function 518: ExportWaveAsCode() (2 input parameters)
|
|
|
Name: ExportWaveAsCode
|
|
|
Return type: bool
|
|
|
Description: Export wave sample data to code (.h), returns true on success
|
|
|
Param[1]: wave (type: Wave)
|
|
|
Param[2]: fileName (type: const char *)
|
|
|
-Function 517: PlaySound() (1 input parameters)
|
|
|
+Function 519: PlaySound() (1 input parameters)
|
|
|
Name: PlaySound
|
|
|
Return type: void
|
|
|
Description: Play a sound
|
|
|
Param[1]: sound (type: Sound)
|
|
|
-Function 518: StopSound() (1 input parameters)
|
|
|
+Function 520: StopSound() (1 input parameters)
|
|
|
Name: StopSound
|
|
|
Return type: void
|
|
|
Description: Stop playing a sound
|
|
|
Param[1]: sound (type: Sound)
|
|
|
-Function 519: PauseSound() (1 input parameters)
|
|
|
+Function 521: PauseSound() (1 input parameters)
|
|
|
Name: PauseSound
|
|
|
Return type: void
|
|
|
Description: Pause a sound
|
|
|
Param[1]: sound (type: Sound)
|
|
|
-Function 520: ResumeSound() (1 input parameters)
|
|
|
+Function 522: ResumeSound() (1 input parameters)
|
|
|
Name: ResumeSound
|
|
|
Return type: void
|
|
|
Description: Resume a paused sound
|
|
|
Param[1]: sound (type: Sound)
|
|
|
-Function 521: IsSoundPlaying() (1 input parameters)
|
|
|
+Function 523: IsSoundPlaying() (1 input parameters)
|
|
|
Name: IsSoundPlaying
|
|
|
Return type: bool
|
|
|
Description: Check if a sound is currently playing
|
|
|
Param[1]: sound (type: Sound)
|
|
|
-Function 522: SetSoundVolume() (2 input parameters)
|
|
|
+Function 524: SetSoundVolume() (2 input parameters)
|
|
|
Name: SetSoundVolume
|
|
|
Return type: void
|
|
|
Description: Set volume for a sound (1.0 is max level)
|
|
|
Param[1]: sound (type: Sound)
|
|
|
Param[2]: volume (type: float)
|
|
|
-Function 523: SetSoundPitch() (2 input parameters)
|
|
|
+Function 525: SetSoundPitch() (2 input parameters)
|
|
|
Name: SetSoundPitch
|
|
|
Return type: void
|
|
|
Description: Set pitch for a sound (1.0 is base level)
|
|
|
Param[1]: sound (type: Sound)
|
|
|
Param[2]: pitch (type: float)
|
|
|
-Function 524: SetSoundPan() (2 input parameters)
|
|
|
+Function 526: SetSoundPan() (2 input parameters)
|
|
|
Name: SetSoundPan
|
|
|
Return type: void
|
|
|
Description: Set pan for a sound (0.5 is center)
|
|
|
Param[1]: sound (type: Sound)
|
|
|
Param[2]: pan (type: float)
|
|
|
-Function 525: WaveCopy() (1 input parameters)
|
|
|
+Function 527: WaveCopy() (1 input parameters)
|
|
|
Name: WaveCopy
|
|
|
Return type: Wave
|
|
|
Description: Copy a wave to a new wave
|
|
|
Param[1]: wave (type: Wave)
|
|
|
-Function 526: WaveCrop() (3 input parameters)
|
|
|
+Function 528: WaveCrop() (3 input parameters)
|
|
|
Name: WaveCrop
|
|
|
Return type: void
|
|
|
Description: Crop a wave to defined frames range
|
|
|
Param[1]: wave (type: Wave *)
|
|
|
Param[2]: initFrame (type: int)
|
|
|
Param[3]: finalFrame (type: int)
|
|
|
-Function 527: WaveFormat() (4 input parameters)
|
|
|
+Function 529: WaveFormat() (4 input parameters)
|
|
|
Name: WaveFormat
|
|
|
Return type: void
|
|
|
Description: Convert wave data to desired format
|
|
@@ -4339,203 +4349,203 @@ Function 527: WaveFormat() (4 input parameters)
|
|
|
Param[2]: sampleRate (type: int)
|
|
|
Param[3]: sampleSize (type: int)
|
|
|
Param[4]: channels (type: int)
|
|
|
-Function 528: LoadWaveSamples() (1 input parameters)
|
|
|
+Function 530: LoadWaveSamples() (1 input parameters)
|
|
|
Name: LoadWaveSamples
|
|
|
Return type: float *
|
|
|
Description: Load samples data from wave as a 32bit float data array
|
|
|
Param[1]: wave (type: Wave)
|
|
|
-Function 529: UnloadWaveSamples() (1 input parameters)
|
|
|
+Function 531: UnloadWaveSamples() (1 input parameters)
|
|
|
Name: UnloadWaveSamples
|
|
|
Return type: void
|
|
|
Description: Unload samples data loaded with LoadWaveSamples()
|
|
|
Param[1]: samples (type: float *)
|
|
|
-Function 530: LoadMusicStream() (1 input parameters)
|
|
|
+Function 532: LoadMusicStream() (1 input parameters)
|
|
|
Name: LoadMusicStream
|
|
|
Return type: Music
|
|
|
Description: Load music stream from file
|
|
|
Param[1]: fileName (type: const char *)
|
|
|
-Function 531: LoadMusicStreamFromMemory() (3 input parameters)
|
|
|
+Function 533: LoadMusicStreamFromMemory() (3 input parameters)
|
|
|
Name: LoadMusicStreamFromMemory
|
|
|
Return type: Music
|
|
|
Description: Load music stream from data
|
|
|
Param[1]: fileType (type: const char *)
|
|
|
Param[2]: data (type: const unsigned char *)
|
|
|
Param[3]: dataSize (type: int)
|
|
|
-Function 532: IsMusicReady() (1 input parameters)
|
|
|
+Function 534: IsMusicReady() (1 input parameters)
|
|
|
Name: IsMusicReady
|
|
|
Return type: bool
|
|
|
Description: Checks if a music stream is ready
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 533: UnloadMusicStream() (1 input parameters)
|
|
|
+Function 535: UnloadMusicStream() (1 input parameters)
|
|
|
Name: UnloadMusicStream
|
|
|
Return type: void
|
|
|
Description: Unload music stream
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 534: PlayMusicStream() (1 input parameters)
|
|
|
+Function 536: PlayMusicStream() (1 input parameters)
|
|
|
Name: PlayMusicStream
|
|
|
Return type: void
|
|
|
Description: Start music playing
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 535: IsMusicStreamPlaying() (1 input parameters)
|
|
|
+Function 537: IsMusicStreamPlaying() (1 input parameters)
|
|
|
Name: IsMusicStreamPlaying
|
|
|
Return type: bool
|
|
|
Description: Check if music is playing
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 536: UpdateMusicStream() (1 input parameters)
|
|
|
+Function 538: UpdateMusicStream() (1 input parameters)
|
|
|
Name: UpdateMusicStream
|
|
|
Return type: void
|
|
|
Description: Updates buffers for music streaming
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 537: StopMusicStream() (1 input parameters)
|
|
|
+Function 539: StopMusicStream() (1 input parameters)
|
|
|
Name: StopMusicStream
|
|
|
Return type: void
|
|
|
Description: Stop music playing
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 538: PauseMusicStream() (1 input parameters)
|
|
|
+Function 540: PauseMusicStream() (1 input parameters)
|
|
|
Name: PauseMusicStream
|
|
|
Return type: void
|
|
|
Description: Pause music playing
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 539: ResumeMusicStream() (1 input parameters)
|
|
|
+Function 541: ResumeMusicStream() (1 input parameters)
|
|
|
Name: ResumeMusicStream
|
|
|
Return type: void
|
|
|
Description: Resume playing paused music
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 540: SeekMusicStream() (2 input parameters)
|
|
|
+Function 542: SeekMusicStream() (2 input parameters)
|
|
|
Name: SeekMusicStream
|
|
|
Return type: void
|
|
|
Description: Seek music to a position (in seconds)
|
|
|
Param[1]: music (type: Music)
|
|
|
Param[2]: position (type: float)
|
|
|
-Function 541: SetMusicVolume() (2 input parameters)
|
|
|
+Function 543: SetMusicVolume() (2 input parameters)
|
|
|
Name: SetMusicVolume
|
|
|
Return type: void
|
|
|
Description: Set volume for music (1.0 is max level)
|
|
|
Param[1]: music (type: Music)
|
|
|
Param[2]: volume (type: float)
|
|
|
-Function 542: SetMusicPitch() (2 input parameters)
|
|
|
+Function 544: SetMusicPitch() (2 input parameters)
|
|
|
Name: SetMusicPitch
|
|
|
Return type: void
|
|
|
Description: Set pitch for a music (1.0 is base level)
|
|
|
Param[1]: music (type: Music)
|
|
|
Param[2]: pitch (type: float)
|
|
|
-Function 543: SetMusicPan() (2 input parameters)
|
|
|
+Function 545: SetMusicPan() (2 input parameters)
|
|
|
Name: SetMusicPan
|
|
|
Return type: void
|
|
|
Description: Set pan for a music (0.5 is center)
|
|
|
Param[1]: music (type: Music)
|
|
|
Param[2]: pan (type: float)
|
|
|
-Function 544: GetMusicTimeLength() (1 input parameters)
|
|
|
+Function 546: GetMusicTimeLength() (1 input parameters)
|
|
|
Name: GetMusicTimeLength
|
|
|
Return type: float
|
|
|
Description: Get music time length (in seconds)
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 545: GetMusicTimePlayed() (1 input parameters)
|
|
|
+Function 547: GetMusicTimePlayed() (1 input parameters)
|
|
|
Name: GetMusicTimePlayed
|
|
|
Return type: float
|
|
|
Description: Get current music time played (in seconds)
|
|
|
Param[1]: music (type: Music)
|
|
|
-Function 546: LoadAudioStream() (3 input parameters)
|
|
|
+Function 548: LoadAudioStream() (3 input parameters)
|
|
|
Name: LoadAudioStream
|
|
|
Return type: AudioStream
|
|
|
Description: Load audio stream (to stream raw audio pcm data)
|
|
|
Param[1]: sampleRate (type: unsigned int)
|
|
|
Param[2]: sampleSize (type: unsigned int)
|
|
|
Param[3]: channels (type: unsigned int)
|
|
|
-Function 547: IsAudioStreamReady() (1 input parameters)
|
|
|
+Function 549: IsAudioStreamReady() (1 input parameters)
|
|
|
Name: IsAudioStreamReady
|
|
|
Return type: bool
|
|
|
Description: Checks if an audio stream is ready
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
-Function 548: UnloadAudioStream() (1 input parameters)
|
|
|
+Function 550: UnloadAudioStream() (1 input parameters)
|
|
|
Name: UnloadAudioStream
|
|
|
Return type: void
|
|
|
Description: Unload audio stream and free memory
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
-Function 549: UpdateAudioStream() (3 input parameters)
|
|
|
+Function 551: UpdateAudioStream() (3 input parameters)
|
|
|
Name: UpdateAudioStream
|
|
|
Return type: void
|
|
|
Description: Update audio stream buffers with data
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
Param[2]: data (type: const void *)
|
|
|
Param[3]: frameCount (type: int)
|
|
|
-Function 550: IsAudioStreamProcessed() (1 input parameters)
|
|
|
+Function 552: IsAudioStreamProcessed() (1 input parameters)
|
|
|
Name: IsAudioStreamProcessed
|
|
|
Return type: bool
|
|
|
Description: Check if any audio stream buffers requires refill
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
-Function 551: PlayAudioStream() (1 input parameters)
|
|
|
+Function 553: PlayAudioStream() (1 input parameters)
|
|
|
Name: PlayAudioStream
|
|
|
Return type: void
|
|
|
Description: Play audio stream
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
-Function 552: PauseAudioStream() (1 input parameters)
|
|
|
+Function 554: PauseAudioStream() (1 input parameters)
|
|
|
Name: PauseAudioStream
|
|
|
Return type: void
|
|
|
Description: Pause audio stream
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
-Function 553: ResumeAudioStream() (1 input parameters)
|
|
|
+Function 555: ResumeAudioStream() (1 input parameters)
|
|
|
Name: ResumeAudioStream
|
|
|
Return type: void
|
|
|
Description: Resume audio stream
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
-Function 554: IsAudioStreamPlaying() (1 input parameters)
|
|
|
+Function 556: IsAudioStreamPlaying() (1 input parameters)
|
|
|
Name: IsAudioStreamPlaying
|
|
|
Return type: bool
|
|
|
Description: Check if audio stream is playing
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
-Function 555: StopAudioStream() (1 input parameters)
|
|
|
+Function 557: StopAudioStream() (1 input parameters)
|
|
|
Name: StopAudioStream
|
|
|
Return type: void
|
|
|
Description: Stop audio stream
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
-Function 556: SetAudioStreamVolume() (2 input parameters)
|
|
|
+Function 558: SetAudioStreamVolume() (2 input parameters)
|
|
|
Name: SetAudioStreamVolume
|
|
|
Return type: void
|
|
|
Description: Set volume for audio stream (1.0 is max level)
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
Param[2]: volume (type: float)
|
|
|
-Function 557: SetAudioStreamPitch() (2 input parameters)
|
|
|
+Function 559: SetAudioStreamPitch() (2 input parameters)
|
|
|
Name: SetAudioStreamPitch
|
|
|
Return type: void
|
|
|
Description: Set pitch for audio stream (1.0 is base level)
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
Param[2]: pitch (type: float)
|
|
|
-Function 558: SetAudioStreamPan() (2 input parameters)
|
|
|
+Function 560: SetAudioStreamPan() (2 input parameters)
|
|
|
Name: SetAudioStreamPan
|
|
|
Return type: void
|
|
|
Description: Set pan for audio stream (0.5 is centered)
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
Param[2]: pan (type: float)
|
|
|
-Function 559: SetAudioStreamBufferSizeDefault() (1 input parameters)
|
|
|
+Function 561: SetAudioStreamBufferSizeDefault() (1 input parameters)
|
|
|
Name: SetAudioStreamBufferSizeDefault
|
|
|
Return type: void
|
|
|
Description: Default size for new audio streams
|
|
|
Param[1]: size (type: int)
|
|
|
-Function 560: SetAudioStreamCallback() (2 input parameters)
|
|
|
+Function 562: SetAudioStreamCallback() (2 input parameters)
|
|
|
Name: SetAudioStreamCallback
|
|
|
Return type: void
|
|
|
Description: Audio thread callback to request new data
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
Param[2]: callback (type: AudioCallback)
|
|
|
-Function 561: AttachAudioStreamProcessor() (2 input parameters)
|
|
|
+Function 563: AttachAudioStreamProcessor() (2 input parameters)
|
|
|
Name: AttachAudioStreamProcessor
|
|
|
Return type: void
|
|
|
Description: Attach audio stream processor to stream, receives the samples as 'float'
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
Param[2]: processor (type: AudioCallback)
|
|
|
-Function 562: DetachAudioStreamProcessor() (2 input parameters)
|
|
|
+Function 564: DetachAudioStreamProcessor() (2 input parameters)
|
|
|
Name: DetachAudioStreamProcessor
|
|
|
Return type: void
|
|
|
Description: Detach audio stream processor from stream
|
|
|
Param[1]: stream (type: AudioStream)
|
|
|
Param[2]: processor (type: AudioCallback)
|
|
|
-Function 563: AttachAudioMixedProcessor() (1 input parameters)
|
|
|
+Function 565: AttachAudioMixedProcessor() (1 input parameters)
|
|
|
Name: AttachAudioMixedProcessor
|
|
|
Return type: void
|
|
|
Description: Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'
|
|
|
Param[1]: processor (type: AudioCallback)
|
|
|
-Function 564: DetachAudioMixedProcessor() (1 input parameters)
|
|
|
+Function 566: DetachAudioMixedProcessor() (1 input parameters)
|
|
|
Name: DetachAudioMixedProcessor
|
|
|
Return type: void
|
|
|
Description: Detach audio stream processor from the entire audio pipeline
|