pandemonium_engine/modules/web/doc_classes/StaticWebPageFile.xml

30 lines
989 B
XML
Raw Normal View History

2022-08-21 00:40:49 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-23 13:09:12 +02:00
<class name="StaticWebPageFile" inherits="StaticWebPage" version="3.8">
2022-08-21 00:40:49 +02:00
<brief_description>
A [StaticWebPage] that loads a file to [StaticWebPage]'s [code]data[/code] proeprty when entering the [SceneTree].
2022-08-21 00:40:49 +02:00
</brief_description>
<description>
A [StaticWebPage] that loads a file to [StaticWebPage]'s [code]data[/code] proeprty when entering the [SceneTree].
2022-08-21 00:40:49 +02:00
</description>
<tutorials>
</tutorials>
<methods>
<method name="load">
<return type="void" />
<description>
Load the file manually.
2022-08-21 00:40:49 +02:00
</description>
</method>
</methods>
<members>
<member name="file_path" type="String" setter="set_file_path" getter="get_file_path" default="&quot;&quot;">
The path to the file.
2022-08-21 00:40:49 +02:00
</member>
<member name="process_if_can" type="bool" setter="set_process_if_can" getter="get_process_if_can" default="true">
Whenther to try to process the file. (Renders markdown.)
2022-08-21 00:40:49 +02:00
</member>
</members>
<constants>
</constants>
</class>