This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
harlowe:passage [2017/06/19 01:25] l created |
harlowe:passage [2017/10/09 20:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | **(passage: // [[[harlowe:String|String]][//) -> //[[harlowe:Datamap|datamap]]//** | + | **(passage: // [ [[harlowe:String|String]] ]//) -> //[[harlowe:Datamap|datamap]]//** |
When given a passage [[harlowe:string|string]] name, this provides a [[harlowe:datamap|datamap]] containing information about that passage. If no | When given a passage [[harlowe:string|string]] name, this provides a [[harlowe:datamap|datamap]] containing information about that passage. If no | ||
Line 20: | Line 20: | ||
| source | The source markup of the passage, exactly as you entered it in the Twine editor | | | source | The source markup of the passage, exactly as you entered it in the Twine editor | | ||
| name | The string name of this passage. | | | name | The string name of this passage. | | ||
- | | tags | An [array](#type_array) of strings, which are the tags you gave to this passage. | | + | | tags | An array of strings, which are the tags you gave to this passage. | |
The "source" value, like all strings, can be printed using [[harlowe:print|(print:)]]. Be warned that printing the source of | The "source" value, like all strings, can be printed using [[harlowe:print|(print:)]]. Be warned that printing the source of |