Create a list of bridges that can be built on a specific length. More...
#include <ai_bridgelist.hpp>
Public Member Functions | |
AIBridgeList_Length (uint length) | |
Static Public Member Functions | |
static const char * | GetClassName () |
Get the name of this class to identify it towards squirrel. |
Create a list of bridges that can be built on a specific length.
Definition at line 32 of file ai_bridgelist.hpp.
AIBridgeList_Length::AIBridgeList_Length | ( | uint | length | ) |
length | The length of the bridge you want to build. |
Definition at line 23 of file ai_bridgelist.cpp.
References AIList::AddItem(), AIBridge::GetMaxLength(), AIBridge::GetMinLength(), and AIBridge::IsValidBridge().
static const char* AIBridgeList_Length::GetClassName | ( | ) | [inline, static] |
Get the name of this class to identify it towards squirrel.
Reimplemented from AIList.
Definition at line 35 of file ai_bridgelist.hpp.