About 281 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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, …

  4. 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 …

  5. 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 …

  6. AngelScript - AngelCode.com

    These are the manual and articles that are officially part of the AngelScript SDK.

  7. 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, …

  8. 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 …

  9. 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 …

  10. 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 …