diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-15 19:23:20 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-15 21:29:33 +0100 |
commit | 677e95d8d189a62e6473b43989012a8258f193a4 (patch) | |
tree | a68e77b5d7bd8a319131e632da91f6b86acf7768 /doc/classes/VisualScriptEngineSingleton.xml | |
parent | e7701bb2de30c554f52dc9d3f0110b4001ae18ad (diff) |
doc: Make all module docs self-contained
Diffstat (limited to 'doc/classes/VisualScriptEngineSingleton.xml')
-rw-r--r-- | doc/classes/VisualScriptEngineSingleton.xml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/classes/VisualScriptEngineSingleton.xml b/doc/classes/VisualScriptEngineSingleton.xml deleted file mode 100644 index 6703ff4eda..0000000000 --- a/doc/classes/VisualScriptEngineSingleton.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" category="Core" version="3.0-alpha"> - <brief_description> - A Visual Script node returning a singleton from [@GlobalScope] - </brief_description> - <description> - A Visual Script node returning a singleton from [@GlobalScope] - </description> - <tutorials> - </tutorials> - <demos> - </demos> - <methods> - <method name="get_singleton"> - <return type="String"> - </return> - <description> - </description> - </method> - <method name="set_singleton"> - <return type="void"> - </return> - <argument index="0" name="name" type="String"> - </argument> - <description> - </description> - </method> - </methods> - <members> - <member name="constant" type="String" setter="set_singleton" getter="get_singleton"> - The singleton's name. - </member> - </members> - <constants> - </constants> -</class> |