mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 18:08:20 +00:00
Corrects some Doxygen comments and adds a few others of interest.
This was SVN commit r11209.
This commit is contained in:
@@ -79,6 +79,8 @@ public:
|
||||
* Constructor.
|
||||
* @param nativeScopeName Name of global object that functions (via RegisterFunction) will
|
||||
* be placed into, as a scoping mechanism; typically "Engine"
|
||||
* @param debugName Name of this interface for CScriptStats purposes.
|
||||
* @param runtime ScriptRuntime to use when initializing this interface.
|
||||
*/
|
||||
ScriptInterface(const char* nativeScopeName, const char* debugName, const shared_ptr<ScriptRuntime>& runtime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user