Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-10-21 22:06:52 +00:00
parent f8f6aa0907
commit 2a0963ce09
4 changed files with 13 additions and 6 deletions

View file

@ -4418,12 +4418,13 @@ return {
},
{
name = "SetGamepadVibration",
description = "Set gamepad vibration for both motors",
description = "Set gamepad vibration for both motors (duration in seconds)",
returnType = "void",
params = {
{type = "int", name = "gamepad"},
{type = "float", name = "leftMotor"},
{type = "float", name = "rightMotor"}
{type = "float", name = "rightMotor"},
{type = "float", name = "duration"}
}
},
{