From f2e96550feb5213ba3dbbb69fe3f39591e4cb174 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Wed, 18 Aug 2021 21:27:57 +0200 Subject: [PATCH] bt_decorator documentaiton --- BT_Decorators | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 BT_Decorators diff --git a/BT_Decorators b/BT_Decorators new file mode 100644 index 0000000..9ae834c --- /dev/null +++ b/BT_Decorators @@ -0,0 +1,15 @@ +# Decorators +## Actor Not In Sight +Check if an actor is currently visible for the player. + +Parameters: +- Target Actor Soft Reference + +## Check Fact By Name +Check if a given game fact is currently True. + +Parameters: +- String, Gamefact to check + +## X_Check_Response +1,2,3_Check_Resposnse-tasks must be used after a dialog choice and will be true if the respective dialog choice was selected.