Skip to content

Commit

Permalink
Update OnFilterScriptExit.md (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fede5432 authored May 30, 2024
1 parent f80a49f commit 2196bf6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ public OnFilterScriptExit()
}
```

## Funciones Relacionadas
## Callbacks Relacionados
Los siguientes callbacks pueden ser útiles, ya que están relacionados de alguna forma u otra con OnFilterScriptExit:
- [OnFilterScriptInit](../callbacks/OnFilterScriptInit): Este callback es llamado cuando un filterscript es cargado.
- [OnGameModeInit](../callbacks/OnGameModeInit): Este callback es llamado cuando un modo de juego (el server) inicia.
- [OnGameModeExit](../callbacks/OnGameModeExit): Este callback es llamado cuando un modo de juego finaliza (por ejemplo, al apagar el servidor).

0 comments on commit 2196bf6

Please sign in to comment.