Call of Duty 4: Scripting Reference - Rumble::PlayRumbleOnEntity
From Mods Repository Wiki
PlayRumbleOnEntity( <rumble name> )
Module: Rumble
Summary:
Plays a rumble on the given entity.
Call this on: Entity
Example:
self PlayRumbleOnEntity( "damage_heavy" );
Required arguments:
- <rumble name> The name of the rumble to play
Optional arguments:
- none
Notes:
- none