diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-03-18 14:44:42 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-03-18 16:37:43 +0100 |
commit | 4ca1e73ff9ae4855db082a43b05542ac9e4d6ff5 (patch) | |
tree | 4067ab5c600e8faa941a7761441121f9b25ab9ae /doc/classes/@GlobalScope.xml | |
parent | 2fd445cc18dd4cf0d65a511f9d714763f74a3e20 (diff) |
doc: Sync classref with current source
And move GLTF docs to its module folder.
Diffstat (limited to 'doc/classes/@GlobalScope.xml')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index c86f264830..e192e85cd1 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2530,6 +2530,8 @@ <constant name="METHOD_FLAG_FROM_SCRIPT" value="64" enum="MethodFlags"> Deprecated method flag, unused. </constant> + <constant name="METHOD_FLAG_STATIC" value="256" enum="MethodFlags"> + </constant> <constant name="METHOD_FLAGS_DEFAULT" value="1" enum="MethodFlags"> Default method flags. </constant> |