You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/properties/string.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Property: String
2
2
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.
4
4
5
5
## Value Examples
6
6
@@ -17,4 +17,4 @@ var monster_name = Pandora.get_entity(EntityIds.MY_ENTITY).get_string("Name")
0 commit comments