Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "PiecePool.h"
Go to the source code of this file.
Functions | |
cPiece::cVerticalStrategyPtr | CreateVerticalStrategyFromString (const AString &a_StrategyDesc, bool a_LogWarnings) |
Returns a new cPiece::cVerticalStrategy descendant based on the specified description. More... | |
cPiece::cVerticalStrategyPtr CreateVerticalStrategyFromString | ( | const AString & | a_StrategyDesc, |
bool | a_LogWarnings | ||
) |
Returns a new cPiece::cVerticalStrategy descendant based on the specified description.
a_StrategyDesc is in the format "<StrategyClass>|<Params>". The params and the pipe may be omitted. If an unknown class is requested or the param parsing fails, nullptr is returned.
Definition at line 284 of file VerticalStrategy.cpp.