From e6afffa6987d8ec2d3878d818034709c31187223 Mon Sep 17 00:00:00 2001 From: muczc1wek Date: Sun, 17 Sep 2023 16:41:45 +0200 Subject: [PATCH] [LeGo] New links and small fixes v2 --- docs/zengin/scripts/extenders/lego/tools/ai_function.md | 2 +- docs/zengin/scripts/extenders/lego/tools/ai_function.pl.md | 2 +- docs/zengin/scripts/extenders/lego/tools/locals.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zengin/scripts/extenders/lego/tools/ai_function.md b/docs/zengin/scripts/extenders/lego/tools/ai_function.md index aa1a441f29..f0554acd8b 100644 --- a/docs/zengin/scripts/extenders/lego/tools/ai_function.md +++ b/docs/zengin/scripts/extenders/lego/tools/ai_function.md @@ -1,7 +1,7 @@ --- title: AI_Function --- -# 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 in writing cutscenes on engine or implementing new routines. ## Dependencies diff --git a/docs/zengin/scripts/extenders/lego/tools/ai_function.pl.md b/docs/zengin/scripts/extenders/lego/tools/ai_function.pl.md index 39778027ab..54bbfbd88b 100644 --- a/docs/zengin/scripts/extenders/lego/tools/ai_function.pl.md +++ b/docs/zengin/scripts/extenders/lego/tools/ai_function.pl.md @@ -1,7 +1,7 @@ --- title: Funkcje AI --- -# AI Function - 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 przy pisaniu przerywników filmowych na silniku lub implementacji nowych rutyn. ## Zależności diff --git a/docs/zengin/scripts/extenders/lego/tools/locals.md b/docs/zengin/scripts/extenders/lego/tools/locals.md index d5b73767a9..7831ab4b1a 100644 --- a/docs/zengin/scripts/extenders/lego/tools/locals.md +++ b/docs/zengin/scripts/extenders/lego/tools/locals.md @@ -5,7 +5,7 @@ There is also the `final` function, which can be used to emulate something simil ## Dependencies -- StringBuilder +- [StringBuilder](string_builder.md) ## Initialization N/A