Property | Type | Description | |
---|---|---|---|
MapName | string | ||
SpawnPoints | List |
||
UsePlayerTurns | bool |
Method | Description | |
---|---|---|
FindSpawnPoints ( Microsoft.Xna.Framework.Graphics.Texture2D map, float terrainScale ) : void | ||
SelectSpawnpoints ( int count ) : List |
||
Worms ( int width, int height, bool usePlayerTurns = false ) : System | ||
Worms ( string mapName = "Beach", bool usePlayerTurns = false ) : System |
Method | Description | |
---|---|---|
ImplInitializeSession ( Ballz game, GameSession settings ) : void | ||
ImplStartSession ( Ballz game, GameSettings settings, bool remoteControlled, int localPlayerId ) : |
public FindSpawnPoints ( Microsoft.Xna.Framework.Graphics.Texture2D map, float terrainScale ) : void | ||
map | Microsoft.Xna.Framework.Graphics.Texture2D | |
terrainScale | float | |
return | void |
protected ImplInitializeSession ( Ballz game, GameSession settings ) : void | ||
game | Ballz | |
settings | GameSession | |
return | void |
protected ImplStartSession ( Ballz game, GameSettings settings, bool remoteControlled, int localPlayerId ) : |
||
game | Ballz | |
settings | GameSettings | |
remoteControlled | bool | |
localPlayerId | int | |
return |
public SelectSpawnpoints ( int count ) : List |
||
count | int | |
return | List |
public Worms ( int width, int height, bool usePlayerTurns = false ) : System | ||
width | int | |
height | int | |
usePlayerTurns | bool | |
return | System |
public Worms ( string mapName = "Beach", bool usePlayerTurns = false ) : System | ||
mapName | string | |
usePlayerTurns | bool | |
return | System |