|
MinchinWeb's MetaLibrary v.11
Library functions for OpenTTD AI (and GS) writers.
|
Go to the source code of this file.
Classes | |
| class | AILibrary |
| MinchinWeb extends AILibrary so that it is registered as a library by OpenTTD. More... | |
Functions | |
| class MinchinWeb extends AILibrary | RegisterLibrary (MinchinWeb()) |
| function | GetAuthor () |
| function | GetName () |
| function | GetShortName () |
| function | GetDescription () |
| function | GetVersion () |
| function | GetDate () |
| function | CreateInstance () |
| function | GetCategory () |
| function | MinVersionToLoad () |
| function RegisterLibrary::CreateInstance | ( | ) |
Definition at line 6 of file library.nut.
| function RegisterLibrary::GetAuthor | ( | ) |
Definition at line 0 of file library.nut.
| function RegisterLibrary::GetCategory | ( | ) |
Definition at line 7 of file library.nut.
| function RegisterLibrary::GetDate | ( | ) |
Definition at line 5 of file library.nut.
| function RegisterLibrary::GetDescription | ( | ) |
Definition at line 3 of file library.nut.
| function RegisterLibrary::GetName | ( | ) |
Definition at line 1 of file library.nut.
| function RegisterLibrary::GetShortName | ( | ) |
Definition at line 2 of file library.nut.
| function RegisterLibrary::GetVersion | ( | ) |
Definition at line 4 of file library.nut.
| function RegisterLibrary::MinVersionToLoad | ( | ) |
Definition at line 10 of file library.nut.
| class MinchinWeb extends AILibrary RegisterLibrary | ( | MinchinWeb() | ) |