Create a list of bridges types that can be built on a specific length. More...
#include <script_bridgelist.hpp>
Public Member Functions | |
| ScriptBridgeList_Length (uint length) | |
Create a list of bridges types that can be built on a specific length.
ai game
Definition at line 32 of file script_bridgelist.hpp.
| ScriptBridgeList_Length::ScriptBridgeList_Length | ( | uint | length | ) |
| length | The length of the bridge you want to build. |
Definition at line 24 of file script_bridgelist.cpp.
References ScriptList::AddItem(), ScriptBridge::GetMaxLength(), ScriptBridge::GetMinLength(), and ScriptBridge::IsValidBridge().
1.7.1