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