From 24bcf6d17a6805b3aa9988ba28ebc854f0b4766f Mon Sep 17 00:00:00 2001 From: mhilbrunner Date: Mon, 23 Oct 2017 01:46:46 +0200 Subject: [DOCS] @GlobalScope --- doc/classes/@Global Scope.xml | 154 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 150 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/classes/@Global Scope.xml b/doc/classes/@Global Scope.xml index 0d509e6e51..9d0133faf4 100644 --- a/doc/classes/@Global Scope.xml +++ b/doc/classes/@Global Scope.xml @@ -30,6 +30,7 @@ [Geometry] singleton + [GodotSharp] singleton [IP] singleton @@ -41,6 +42,7 @@ [InputMap] singleton + [JSON] singleton [Marshalls] singleton @@ -144,8 +146,10 @@ Printscreen Key + System Request Key + Clear Key Home Key @@ -178,6 +182,7 @@ Control Key + Meta Key Alt Key @@ -285,24 +290,28 @@ Number 9 on Numpad - Super Left key (windows key) + Left Super Key (Windows Key) - Super Left key (windows key) + Right Super Key (Windows Key) Context menu key + Left Hyper Key + Right Hyper Key Help key + Left Direction Key + Right Direction Key Back key @@ -326,14 +335,19 @@ Volume up key + Bass Boost Key + Bass Up Key + Bass Down Key + Treble Up Key + Treble Down Key Media play key @@ -360,46 +374,67 @@ Search key + Standby Key + Open URL / Launch Browser Key + Launch Mail Key + Launch Media Key + Launch Shortcut 0 Key + Launch Shortcut 1 Key + Launch Shortcut 2 Key + Launch Shortcut 3 Key + Launch Shortcut 4 Key + Launch Shortcut 5 Key + Launch Shortcut 6 Key + Launch Shortcut 7 Key + Launch Shortcut 8 Key + Launch Shortcut 9 Key + Launch Shortcut A Key + Launch Shortcut B Key + Launch Shortcut C Key + Launch Shortcut D Key + Launch Shortcut E Key + Launch Shortcut F Key + Unknown Key Space Key @@ -594,6 +629,7 @@ _ key + Left Quote Key { key @@ -619,6 +655,7 @@ + Yen Key ¦ key @@ -647,6 +684,7 @@ ® key + Macron Key ° key @@ -667,6 +705,7 @@ µ key + Paragraph Key · key @@ -675,105 +714,154 @@ ¬ key + ¹ key + ♂ key + » key + ¼ key ½ key + ¾ key + ¿ key + à key + á key + â key + ã key + ä key + å key + æ key + ç key + è key + é key + ê key + ë key + ì key + í key + î key + ë key + ð key + ñ key + ò key + ó key + ô key + õ key + ö key + × key + ø key + ù key + ú key + û key + ü key + ý key + þ key + ß key + ÷ key + ÿ key + Key Code Mask + Modifier Key Mask + Shift Key Mask + Alt Key Mask + Meta Key Mask + CTRL Key Mask + CMD Key Mask + Keypad Key Mask + Group Switch Key Mask Left Mouse Button @@ -797,10 +885,13 @@ Mouse wheel right button + Left Mouse Button Mask + Right Mouse Button Mask + Middle Mouse Button Mask Joypad Button 0 @@ -878,12 +969,16 @@ XBOX controller Y button + DualShock controller A button + DualShock controller B button + DualShock controller X button + DualShock controller Y button Joypad Button Select @@ -958,94 +1053,136 @@ Joypad Right Stick Vertical Axis + Joypad Left Analog Trigger + Joypad Right Analog Trigger - Functions that return Error return OK when everything went ok. Most functions don't return error anyway and/or just print errors to stdout. + Functions that return Error return OK when no error occured. Most functions don't return errors and/or just print errors to STDOUT. - Generic fail return error. + Generic error. + Unavailable error + Unconfigured error + Unauthorized error + Parameter range error + Out of memory (OOM) error + File: Not found error + File: Bad drive error + File: Bad path error + File: No permission error + File: Already in use error + File: Can't open error + File: Can't write error + File: Can't read error + File: Unrecognized error + File: Corrupt error + File: Missing dependencies error + File: End of file (EOF) error + Can't open error + Can't create error + Parse error + Query failed error + Already in use error + Locked error + Timeout error + Can't acquire resource error + Invalid data error + Invalid parameter error + Already exists error + Does not exist error + Database: Read error + Database: Write error + Compilation failed error + Method not found error + Linking failed error + Script failed error + Cycling link (import cycle) error + Busy error + Help error + Bug error + WTF error (something probably went really wrong) No hint for edited property. @@ -1094,8 +1231,10 @@ + Hints that the image is compressed using lossy compression. + Hints that the image is compressed using lossless compression. Property will be used as storage (default). @@ -1135,20 +1274,26 @@ + Flag for normal method + Flag for editor method + Flag for constant method + Flag for virtual method + Flag for method from script + Default method flags Variable is of type nil (only applied for null). @@ -1233,5 +1378,6 @@ + Marker for end of type constants. -- cgit v1.2.3