Method AddOwnedExplosion
AddOwnedExplosion(Ped, Vector3, ExplosionType, Single, Single)
Declaration
public static void AddOwnedExplosion(Ped ped, Vector3 position, ExplosionType type, float radius, float cameraShake)
Parameters
AddOwnedExplosion(Ped, Vector3, ExplosionType, Single, Single, Boolean, Boolean)
Declaration
public static void AddOwnedExplosion(Ped ped, Vector3 position, ExplosionType type, float radius, float cameraShake, bool Aubidble, bool Invis)
Parameters
Type |
Name |
Description |
Ped |
ped |
|
Vector3 |
position |
|
ExplosionType |
type |
|
System.Single |
radius |
|
System.Single |
cameraShake |
|
System.Boolean |
Aubidble |
|
System.Boolean |
Invis |
|