Skip to content

Commit

Permalink
Update OnDialogResponse.md (#998)
Browse files Browse the repository at this point in the history
I added three functions that were missing (GetPlayerDialogID, GetPlayerDialogData and HidePlayerDialog)
  • Loading branch information
Fede5432 committed May 29, 2024
1 parent b344911 commit e247147
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/translations/es/scripting/callbacks/OnDialogResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,8 @@ El diálogo de un jugador no se oculta cuando el gamemode se reinicia, causando
:::
## Funciones Relacionadas
- [ShowPlayerDialog](../functions/ShowPlayerDialog): Mostrar un diálogo a un jugador.
Los siguientes callbacks pueden ser útiles, ya que están relacionados de alguna forma u otra con OnDialogResponse:
- [ShowPlayerDialog](../functions/ShowPlayerDialog): Muestra un diálogo a un jugador.
- [GetPlayerDialogID](../functions/GetPlayerDialogID): Obtiene la id del diálogo el cual se le está mostrando al jugador en ese momento.
- [GetPlayerDialogData](../functions/GetPlayerDialogData): Obtiene la información del diálogo el cual se le está mostrando al jugador en ese momento.
- [HidePlayerDialog](../functions/HidePlayerDialog): Oculta el diálogo el cual se le está mostrando al jugador en ese momento.

0 comments on commit e247147

Please sign in to comment.