<?xml version="1.0" encoding="UTF-8" ?> <class name="StaticWebPageFolderFiles" inherits="StaticWebPage" version="4.4"> <brief_description> A [StaticWebPage] that loads all files from the given folder to [StaticWebPage]'s [code]data[/code] property when entering the [SceneTree]. </brief_description> <description> A [StaticWebPage] that loads all files from the given folder to [StaticWebPage]'s [code]data[/code] property when entering the [SceneTree]. </description> <tutorials> </tutorials> <methods> <method name="append_data"> <return type="void" /> <argument index="0" name="val" type="String" /> <description> Appends to [StaticWebPage]'s [code]data[/code] property. </description> </method> <method name="load"> <return type="void" /> <description> Load the files manually. </description> </method> </methods> <members> <member name="dir_path" type="String" setter="set_dir_path" getter="get_dir_path" default=""""> The path to the files. </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 files. (Renders markdown.) </member> </members> <constants> </constants> </class>