src/ai/api/ai_map.hpp
branchnoai
changeset 9532 539c48d64eea
parent 9530 5b93bc87cc5e
child 9541 4bb34cea7fad
--- a/src/ai/api/ai_map.hpp	Sun Mar 25 16:46:57 2007 +0000
+++ b/src/ai/api/ai_map.hpp	Sun Mar 25 17:43:40 2007 +0000
@@ -136,6 +136,8 @@
 	SQAIMap.PreRegister(engine);
 	SQAIMap.AddConstructor(engine);
 
+	SQAIMap.DefSQStaticMethod(engine, &AIMap::GetClassName, "GetClassName");
+
 	SQAIMap.DefSQMethod(engine, &AIMap::IsValidTile,       "IsValidTile");
 	SQAIMap.DefSQMethod(engine, &AIMap::GetMapSize,        "GetMapSize");
 	SQAIMap.DefSQMethod(engine, &AIMap::GetMapSizeX,       "GetMapSizeX");