Class ExplosionService
Allows for the creation of explosions
Inheritance
ExplosionService
Assembly: SlipeServer.Server.dll
Syntax
public class ExplosionService
Constructors
|
Edit this page
View Source
ExplosionService(MtaServer)
Declaration
public ExplosionService(MtaServer server)
Parameters
Methods
|
Edit this page
View Source
CreateExplosion(Vector3, ExplosionType, Player?)
Declaration
public void CreateExplosion(Vector3 position, ExplosionType type, Player? responsiblePlayer = null)
Parameters
|
Edit this page
View Source
CreateExplosionFor(IEnumerable<Player>, Vector3, ExplosionType, Player?)
Declaration
public void CreateExplosionFor(IEnumerable<Player> players, Vector3 position, ExplosionType type, Player? responsiblePlayer = null)
Parameters