(svn r15090) -Add [NoAI] [API CHANGE]: info.nut/library.nut now requires a function GetShortName(), which should return a 4 (four) character string, unique throughout the world. This id is simular to a GRFid.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
class BinaryHeap extends AILibrary {
|
||||
function GetAuthor() { return "OpenTTD NoAI Developers Team"; }
|
||||
function GetName() { return "Binary Heap"; }
|
||||
function GetShortName() { return "QUBH"; }
|
||||
function GetDescription() { return "An implementation of a Binary Heap"; }
|
||||
function GetVersion() { return 1; }
|
||||
function GetDate() { return "2008-06-10"; }
|
||||
|
Reference in New Issue
Block a user