| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Tutorials

Page history last edited by Solokiller 8 years, 7 months ago Saved with comment

This series of tutorials is intended to allow anyone, whether already a programmer or not, to learn how to use Angelscript.

 

Before starting, please read through the Angelscript manual. You may not understand what is being described in it right away, but it will help you when following these tutorials.

 

Download the Angelscript Sandbox before starting any of the tutorials, as they require it.

 

Your first scripts

 

Name
Description
Hello World example
This tutorial shows how to write a simple script, and how to output "Hello World!" to the command line.
Primitive types, user input and output This tutorial covers the use of primitive types, as well as basic user input and output.
Advanced user input and output This tutorial covers advanced user input, as well as writing code as separate functions
String manipulation This tutorial covers the use of the standard add-on string class
Classes, part 1 This tutorial covers the basics of classes
Classes, part 2 This tutorial covers some more advanced aspects of classes, like property accessors, constructors and destructors

 

 

Comments (0)

You don't have permission to comment on this page.