summaryrefslogtreecommitdiffstats
path: root/doc/classes/Script.xml
Commit message (Expand)AuthorAgeFilesLines
* Expose get_rpc_config and get_node_rpc_configRyan2024-09-041-0/+6
* Add note about `Script.has_source_code` and GDScript binary tokenizationHolonProduction2024-07-191-0/+1
* Expose `Script.get_global_name()`Alfonso J. Ramos2023-12-181-0/+21
* C#: Abstract script class support398utubzyt2023-09-151-0/+6
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
* Replace Array return types with TypedArray 2kobewi2022-08-231-3/+3
* [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-1/+1
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-4/+4
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Clarify that the script class should not be used directlyskyace652021-12-151-0/+1
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-34/+17
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Add LOTS of missing docsTomasz Chabora2020-03-131-0/+5
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-3/+3
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")miere432019-11-301-1/+1
* doc: Sync classref with current sourceRémi Verschelde2019-09-241-0/+32
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
* doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde2018-11-051-1/+1
* [DOCS] Classref additions and correctionsChris Bradfield2018-09-011-8/+9
* Add support for tutorial links to makerst.pyrobojumper2018-06-121-1/+1
* Docs update for several classesCraigory V Coppola2018-04-191-0/+1
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
* doc: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde2018-01-251-1/+1
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-1/+1
* Filled tutorial field in most relevent classes.Juan Linietsky2018-01-151-0/+1
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
* Update docsBojidar Marinov2018-01-121-16/+5
* doc: Sync classref with current sourceRémi Verschelde2017-12-201-0/+12
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
* Removes Script::get_node_type()Jerome670002017-10-251-6/+0
* Changed the doc class generation to individual files per class. It is also po...Juan Linietsky2017-09-121-0/+88