摘要: AngelScript 是當作一個引擎而構建的,當應用程序需要注冊函數、屬性(properties)和任意數據類型的時候,這個腳本可能會派上用場(原文: AngelScript is structured around an engine where the application should register the functions, properties, and even types, that the scripts will be able to use.)。本腳本庫依賴于應用程序,它會被編譯到應用程序的一個或多個模塊之中(原文: The scripts are then compiled into modules, where the application may have one or more modules, depending on the need of the application.)。
閱讀全文