From 0d2736d22ced1f9bf566192f8604f869e0f5c6b9 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 5 May 2021 20:57:29 +0200 Subject: ... --- content/fate_v1/variables/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/fate_v1/variables') diff --git a/content/fate_v1/variables/_index.md b/content/fate_v1/variables/_index.md index a182dd0..a428b2c 100644 --- a/content/fate_v1/variables/_index.md +++ b/content/fate_v1/variables/_index.md @@ -59,6 +59,12 @@ Declares the local variable `{Identifier}` of type `[TYPE]`. {{< fatecode >}}(global [TYPE] {Identifier}){{< /fatecode >}} Declares the global variable `{Identifier}` of type `[TYPE]`. +### EXTERNAL VARIABLE +{{< fatecode >}}(external [TYPE] {Identifier}){{< /fatecode >}} +Declares the external variable `{Identifier}` of type `[TYPE]`. +External variables do not get initialized and are assumed to already have been +set prior to the narrative starting. + ## Example {{< fatecode >}}(local string name_of_dog) -- cgit v1.2.3-70-g09d2