Skip to content

Commit f02d5ec

Browse files
authored
🐛 address string property docs
1 parent 298f980 commit f02d5ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/properties/string.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Property: String
22

3-
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.
3+
The `String` property in Pandora allows you to store string values. This type of property is commonly used for descriptions, names and translation keys.
44

55
## Value Examples
66

@@ -17,4 +17,4 @@ var monster_name = Pandora.get_entity(EntityIds.MY_ENTITY).get_string("Name")
1717

1818
## Property Settings
1919

20-
No settings for `String`
20+
No settings for `String`

0 commit comments

Comments
 (0)