Skip to content

Commit

Permalink
Update reference-chatterboxes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Oct 6, 2024
1 parent 747c6ea commit 46efa1d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/2.17/reference-chatterboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand Down

0 comments on commit 46efa1d

Please sign in to comment.