翻訳と辞書
Words near each other
・ Angels with Dirty Faces (disambiguation)
・ Angels with Dirty Faces (Sham 69 song)
・ Angels with Dirty Faces (Sugababes album)
・ Angels with Dirty Faces (Sugababes song)
・ Angels with Dirty Faces (Tricky album)
・ Angels with Even Filthier Souls
・ Angels Working Overtime
・ Angels Would Fall
・ Angels' Alley
・ Angels' Carol
・ Angels' Fall
・ Angels' Story
・ Angels' Wild Women
・ Angels, Roses and Rain
・ Angelsberg
AngelScript
・ Angelslo
・ Angelspit
・ Angelstad
・ Angeltown
・ Angeltown (comics)
・ Angelu de Leon
・ Angelucci
・ Angeluccio
・ Angelus
・ Angelus (comics)
・ Angelus (disambiguation)
・ Angelus ad virginem
・ Angelus Apatrida
・ Angelus de Baets


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

AngelScript : ウィキペディア英語版
AngelScript

AngelScript is a game-oriented interpreted compiled scripting language.
AngelScript features static typing, object handles (similar to C++ pointers but garbage collected via reference counting), object-orientation, single inheritance, multiple inheritance with interfaces. Allows operators to be registered and overloaded. AngelScript can be used with any C++ IDE, such as Netbeans, Geany, Eclipse, and also supported by AngelJuice IDE developed specifically for the language.
C and C++ functions can be called within an AngelScript environment. Angelscript's class syntax closely follows C++ classes by design: no proxy functions are required to embed AngelScript in C++ applications easing the two languages integration. There are several differences of AngelScript and C++:
* Angelscript does not support multiple inheritance. Multiple-inheritance functionality may be achieved with Interfaces.
* It is impossible to declare methods or properties outside of the class body.
* All methods (including constructors and destructor) are virtual.
AngelScript is used in video game development, including Amnesia: The Dark Descent,〔http://www.angelcode.com/angelscript/users.html〕 Amy,〔 Dustforce,〔 Gekkeiju Online,〔 King Arthur's Gold,〔 Legend of the Guardians: The Owls of Ga'Hoole,〔 Overgrowth, Penumbra: Overture,〔 Penumbra: Requiem,〔 Puddle,〔 Rigs of Rods,〔 Sine Mora,〔 Star Ruler,〔 SuperTuxKart,〔 Warhammer: Mark of Chaos,〔 Warsow.〔 AngelScript is used at the University of Ulm in interactive 3D-Animation program. AngelScript is also used in robotics, for example, to program behavioral rules of robotic agents.
== References ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「AngelScript」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.