C# Class idTech4.Game.Entities.idWorldSpawn

Every map should have at least one worldspawn.
Inheritance: idEntity
显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
Restore ( object savefile ) : void
Spawn ( ) : void
idWorldSpawn ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Restore() public method

public Restore ( object savefile ) : void
savefile object
return void

Spawn() public method

public Spawn ( ) : void
return void

idWorldSpawn() public method

public idWorldSpawn ( ) : System
return System