
AngelScript - AngelCode.com
The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through …
AngelScript: Your first script - AngelCode.com
Being an embedded scripting library there isn't much that AngelScript allows the scripts to do by themselves, so the first thing the application must do is to register the interface that the script …
AngelScript - AngelCode.com
If you have used AngelScript before you might want to take a look at the change list. Don't forget to check out the work-in-progress version for the latest improvements and possible bug fixes, …
AngelScript - AngelCode.com
Object handles - Pointers are not safe in a scripted environment, so AngelScript uses object handles instead. Object handles are almost like smart pointers, that control the life time of the …
AngelScript: Overview - AngelCode.com
The script language is based on the well known syntax of C++ and more modern languages such as Java, C#, and D. Anyone with some knowledge of those languages, or other script …
AngelScript - AngelCode.com
These are the manual and articles that are officially part of the AngelScript SDK.
AngelScript: Introduction - AngelCode.com
AngelScript is a free, open source, flexible, and cross-platform scripting library meant to be embedded in applications. The purpose is to provide an easy to use library that is powerful, …
AngelScript: The script language - AngelCode.com
The script language This is the reference documentation for the AngelScript scripting language. Global entities Statements Expressions Data types Functions Script classes Object handles …
AngelScript: Statements - AngelCode.com
Variable declarations Expression statement Conditions: if / if-else / switch-case Loops: while / do-while / for / foreach Loop control: break / continue Return statement Statement blocks Try …
AngelCode.com - game development and more...
The most popular visits here are to the following pages: AngelScript - a powerful and free scripting library, BMFont - a free bitmap font generator, or RefDB - a database of useful developer …