SampSharp
SampSharp
SampSharp.Entities.SAMP
WorldService Class
WorldService Methods
AddStaticPickup Method
CreateActor Method
CreateExplosion Method
CreateGangZone Method
CreateMenu Method
CreateObject Method
CreatePickup Method
CreatePlayerObject Method
CreatePlayerTextDraw Method
CreatePlayerTextLabel Method
CreateStaticVehicle Method
CreateTextDraw Method
CreateTextLabel Method
CreateVehicle Method
GameText Method
SendClientMessage Method
SendDeathMessage Method
SendPlayerMessageToPlayer Method
SetObjectsDefaultCameraCollision Method
SetWeather Method
WorldService
CreateExplosion Method
Creates an explosion for all players.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
void
CreateExplosion
(
Vector3
position
,
ExplosionType
type
,
float
radius
)
Parameters
position
Type:
SampSharp.Entities.SAMP
Vector3
The position of the explosion.
type
Type:
SampSharp.Entities.SAMP
ExplosionType
The explosion type.
radius
Type:
System
Single
The radius of the explosion.
Implements
IWorldService
CreateExplosion(Vector3, ExplosionType, Single)
See Also
Reference
WorldService Class
SampSharp.Entities.SAMP Namespace