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/05/18 19:55] – [DragonScript] thanosdragengine:modules:dragonscript:main [2025/03/13 19:25] (current) – [Implementation Details] dragonlord
Line 18: Line 18:
 ====== Syntax ====== ====== Syntax ======
 TODO TODO
 +
 +====== Visual Studio Code Extension ======
 +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 [[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:
 +  * [[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 34: 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.1589831744.txt.gz · Last modified: 2020/05/18 19:55 by thanos