메소드 | 설명 | |
---|---|---|
CreateBandits ( int total, List |
Creates a number of bandits. They will be structured 9:3:1 in difficulty 33% will be assigned to a patrol. They will not be positioned on the map
|
|
CreateBandits ( int totalGroups ) : List
|
Creates a number of bandits groups of 4
|
|
GenerateCamp ( int enemies, MapCoordinate &startPoint, DRObjects &enemyArray ) : ].MapBlock[ |
Generates a camp
|
public static CreateBandits ( int total, List |
||
total | int | |
outsidePatrol | List |
|
insidePatrol | List |
|
리턴 | DRObjects.Actor[] |
public static CreateBandits ( int totalGroups ) : List
|
||
totalGroups | int | |
리턴 | List
|
public static GenerateCamp ( int enemies, MapCoordinate &startPoint, DRObjects &enemyArray ) : ].MapBlock[ | ||
enemies | int | |
startPoint | MapCoordinate | |
enemyArray | DRObjects | |
리턴 | ].MapBlock[ |