Skip to content

Commit

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

## Funciones Relacionadas
## Callbacks Relacionados
Los siguientes callbacks pueden ser útiles, ya que están relacionados de alguna forma u otra con OnFilterScriptInit:
- [OnFilterScriptExit](../callbacks/OnFilterScriptExit): Este callback es llamado cuando un filterscript finaliza.
- [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 ece76f1

Please sign in to comment.