MinchinWeb's MetaLibrary
v.9
Library functions of OpenTTD AI 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 236 of file library.nut.
function RegisterLibrary::GetAuthor | ( | ) |
Definition at line 230 of file library.nut.
function RegisterLibrary::GetCategory | ( | ) |
Definition at line 237 of file library.nut.
function RegisterLibrary::GetDate | ( | ) |
Definition at line 235 of file library.nut.
function RegisterLibrary::GetDescription | ( | ) |
Definition at line 233 of file library.nut.
function RegisterLibrary::GetName | ( | ) |
Definition at line 231 of file library.nut.
function RegisterLibrary::GetShortName | ( | ) |
Definition at line 232 of file library.nut.
function RegisterLibrary::GetVersion | ( | ) |
Definition at line 234 of file library.nut.
function RegisterLibrary::MinVersionToLoad | ( | ) |
Definition at line 240 of file library.nut.
class MinchinWeb extends AILibrary RegisterLibrary | ( | MinchinWeb() | ) |