Difference between revisions of "Property Element"
Jump to navigation
Jump to search
m
→Text
imported>JRoush m (→Text) |
imported>JRoush m (→Text) |
||
Line 83: | Line 83: | ||
*'''IsHTML''' (Numeric) If value is greater than zero, the String Property is [[Book Formatting|parsed as HTML]] before being displayed. ''Note'': This only works if the String property is set by script or the game engine, as HTML-formatted text written directly in the *.xml file is not handled correctly. | *'''IsHTML''' (Numeric) If value is greater than zero, the String Property is [[Book Formatting|parsed as HTML]] before being displayed. ''Note'': This only works if the String property is set by script or the game engine, as HTML-formatted text written directly in the *.xml file is not handled correctly. | ||
*'''PageNum''' (Numeric) In Oblivion, html-formatted text may be broken into pages using the <hr> tag. This property specifies which 'page' of text is actually displayed, with zero meaning the first page, 1 meaning the second page, and so on. | *'''PageNum''' (Numeric) In Oblivion, html-formatted text may be broken into pages using the <hr> tag. This property specifies which 'page' of text is actually displayed, with zero meaning the first page, 1 meaning the second page, and so on. | ||
*'''PageCount''' (Numeric) Set automatically by the engine to the number of HTML 'pages' in the String Property. | *'''PageCount''' (Numeric) Set automatically by the engine to the number of HTML 'pages' in the String Property. This value is zero if the String property isn't being parsed as HTML. | ||
== Menu == | == Menu == |