From 46efa1dc397a52a8b4656a840116bf3cf9fb4679 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Sun, 6 Oct 2024 21:32:06 +0100 Subject: [PATCH] Update reference-chatterboxes.md --- docs/2.17/reference-chatterboxes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/2.17/reference-chatterboxes.md b/docs/2.17/reference-chatterboxes.md index b72dd6df..fd241256 100644 --- a/docs/2.17/reference-chatterboxes.md +++ b/docs/2.17/reference-chatterboxes.md @@ -59,6 +59,20 @@ _Returns:_ String, the name of the node that the given [chatterbox](concept-chat   +## `...GetPrevious()` + +_Full function name:_ `ChatterboxGetPrevious(chatterbox)` + +_Returns:_ String, the name of the node that the given [chatterbox](concept-chatterboxes) was previously on + +|Name |Datatype |Purpose | +|------------|----------------------------------|------------------------------------------------| +|`chatterbox`|[chatterbox](concept-chatterboxes)|The [chatterbox](concept-chatterboxes) to target| + +!> This function will return `undefined` if there is no previous node (the current node is the first node that the chatterbox has visited). + +  + ## `...GetCurrentMetadata()` _Full function name:_ `ChatterboxGetCurrentMetadata(chatterbox)`