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 () |
Create a list of bridges that can be built on a specific length.
Definition at line 31 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 AIAbstractList::AddItem(), AIBridge::GetMaxLength(), AIBridge::GetMinLength(), and AIBridge::IsValidBridge().