forked from mirror/OpenTTD
(svn r23295) -Codechange: put ImportLibrary in AIController (and document the parameters for NoAI docs)
This commit is contained in:
@@ -146,13 +146,6 @@ public:
|
||||
*/
|
||||
static SQInteger Constructor(HSQUIRRELVM vm);
|
||||
|
||||
/**
|
||||
* Import a library in the current AI. This function can be used by AIs
|
||||
* by calling import.
|
||||
* @param vm The squirrel vm of the calling AI.
|
||||
*/
|
||||
static SQInteger Import(HSQUIRRELVM vm);
|
||||
|
||||
/**
|
||||
* Get the category this library is in.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user