Call of Duty 4: Scripting Reference - Rumble::PlayRumbleOnPosition
From COD Modding & Mapping Wiki
PlayRumbleOnPosition( <rumble name> <position> )
Module: Rumble
Summary:
Plays a rumble at a given position.
Call this on:
Example:
PlayRumbleOnPosition( "artillery_quake", level.player.origin );
Required arguments:
- <rumble name> The name of the rumble to play
- <position> The position of the rumble
Optional arguments:
- none
Notes:
- none