aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/VisualScript.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-515/+0
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* [DOCS] Fix a few typos.Andreas Haas2017-10-141-1/+1
|
* Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato2017-10-031-0/+48
|\ | | | | [DOCS] Document some of the VisualScript classes
| * Document some of the VisualScript classes.Bojidar Marinov2017-10-031-0/+48
| |
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
|/ | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-1/+1
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+467
possible to save module files in module directories and the build system will recognize them.