Skip to content

Commit

Permalink
[LeGo] Expanded AI_Function description
Browse files Browse the repository at this point in the history
  • Loading branch information
muczc1wek committed Jul 11, 2023
1 parent da54eb6 commit 7c2c3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/zengin/scripts/extenders/lego/tools/ai_function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: AI_Function
---
# AI Function
This package allows time-delayed functions to be called by enqueuing the functions in the AI queue of the NPC in question. This can be very useful e.g. cutscenes.
This package allows time-delayed functions to be called by enqueuing the functions in the AI queue of the NPC in question. This can be very useful in writing cutscenes on engine or implementing new routines.

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/zengin/scripts/extenders/lego/tools/ai_function.pl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Funkcje AI
---
# AI Function - Funkcje AI
Ten pakiet umożliwia wywoływanie funkcji opóźnionych w czasie poprzez kolejkowanie ich w kolejce AI danego NPC. Może to być bardzo przydatne np. do cutscenek.
Ten pakiet umożliwia wywoływanie funkcji opóźnionych w czasie poprzez kolejkowanie ich w kolejce AI danego NPC. Może to być bardzo przydatne przy pisaniu przerywników filmowych na silniku lub implementacji nowych rutyn.

## Zależności

Expand Down

0 comments on commit 7c2c3b5

Please sign in to comment.