User Tools

Site Tools


dragengine:modules:dragonscript:main

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dragengine:modules:dragonscript:main [2020/06/28 10:53] – [Syntax] dragonlorddragengine:modules:dragonscript:main [2025/03/13 19:25] (current) – [Implementation Details] dragonlord
Line 22: Line 22:
 For Visual Studio Code there exists an Extension to do Syntax Highlighting. To install go to the "Extension Manager" in your Visual Studio Code and search for "dragonscript". The plugin is named "DragonScript Language Support". For Visual Studio Code there exists an Extension to do Syntax Highlighting. To install go to the "Extension Manager" in your Visual Studio Code and search for "dragonscript". The plugin is named "DragonScript Language Support".
  
-You can also look at the [url=https://github.com/LordOfDragons/vscode-langext-dragonscript]extension source code[/url]. There you can also download the VSIX files in case you need to manually install it: +You can also look at the [[https://github.com/LordOfDragons/vscode-langext-dragonscript|extension source code]]. There you can also download the VSIX files in case you need to manually install it: 
-  * [url=https://github.com/LordOfDragons/vscode-langext-dragonscript/releases/download/v1.0.0/dragonscript-language-support-1.0.0.vsix]dragonscript-language-support-1.0.0.vsix[/url]+  * [[https://github.com/LordOfDragons/vscode-langext-dragonscript/releases/download/v1.0.0/dragonscript-language-support-1.0.0.vsix|dragonscript-language-support-1.0.0.vsix]]
  
 ====== API Documentation ====== ====== API Documentation ======
-  * [[https://developer.dragondreams.ch/docs/dragonscript/langapi/latest|DragonScript Language API]]+  * #@LinkApiDocDSLang_HTML~DragonScript Language API~@#
   * [[https://developer.dragondreams.ch/docs/dragonscript/scriptapi/latest|Drag[en]gine DragonScript Script API]]   * [[https://developer.dragondreams.ch/docs/dragonscript/scriptapi/latest|Drag[en]gine DragonScript Script API]]
  
Line 40: Line 40:
 ====== Implementation Details ====== ====== Implementation Details ======
 Wiki pages containing detailed implementation information about topics specific to DragonScript. For Drag[en]gine general topics see [[:gamedev|Game Development with the Drag[en]gine]]. Wiki pages containing detailed implementation information about topics specific to DragonScript. For Drag[en]gine general topics see [[:gamedev|Game Development with the Drag[en]gine]].
-  * [[abstractions#behavior_elementsquick_and_easy_development|Behavior Elements]]+  * [[dragengine:modules:dragonscript:abstractions|Abstraction Layers: How you want to build your Game]] 
 +    * [[behavior_elements|Behavior Elements]] 
 +      * [[behaviors_use_cases|Behaviors Explained: By Use-Case]] 
 +      * [[behaviors_a_to_z|Behaviors Explained: From A to Z]] 
 +      * [[behaviortrees|Behavior Trees]]
   * [[canvascreators|Canvas Creators]]   * [[canvascreators|Canvas Creators]]
   * [[guitheme|Gui Themes]]   * [[guitheme|Gui Themes]]
   * [[locomotion|Locomotion]]   * [[locomotion|Locomotion]]
 +  * [[simpleconversation|Simple Conversation]]
  
 ====== Script Examples ====== ====== Script Examples ======
dragengine/modules/dragonscript/main.1593341625.txt.gz · Last modified: 2020/06/28 10:53 by dragonlord