Skip to content

Commit

Permalink
🐛 address string property docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain authored Aug 20, 2023
1 parent 298f980 commit f02d5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/properties/string.md
Original file line number Diff line number Diff line change
@@ -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

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

## Property Settings

No settings for `String`
No settings for `String`

0 comments on commit f02d5ec

Please sign in to comment.