From f02d5ec39194a50ce4a66dbdafbb705d0748c0ad Mon Sep 17 00:00:00 2001 From: miguel Date: Sun, 20 Aug 2023 08:37:47 +0100 Subject: [PATCH] :bug: address string property docs --- docs/concepts/properties/string.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/properties/string.md b/docs/concepts/properties/string.md index 63a642b6..2c13c716 100644 --- a/docs/concepts/properties/string.md +++ b/docs/concepts/properties/string.md @@ -1,6 +1,6 @@ # Property: String -The `String` property in Pandora allows you to store boolean values (`true` or `false`). This type of property is commonly used to define flags or toggles for entities. +The `String` property in Pandora allows you to store string values. This type of property is commonly used for descriptions, names and translation keys. ## Value Examples @@ -17,4 +17,4 @@ var monster_name = Pandora.get_entity(EntityIds.MY_ENTITY).get_string("Name") ## Property Settings -No settings for `String` \ No newline at end of file +No settings for `String`