aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/doc_classes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-2429-938/+0
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-2445-45/+45
|
* doc: Sync classref with current sourceRémi Verschelde2017-11-242-18/+18
|
* Add cartesian to polar conversion functionspablotato2017-11-201-22/+28
|
* doc: Make all module docs self-containedRémi Verschelde2017-11-1544-0/+3005
|
* Create API to add and remove VisualScript custom nodesGeorge Marques2017-11-151-0/+46
This makes a VisualScriptEditor singleton, which gives plugins the ability to register their own custom nodes. Those will be available for insertion in the Visual Script editor, under the "Custom Nodes" category.