Call of Duty 4: Scripting Reference - Client::ClonePlayer
From COD Modding & Mapping Wiki
ClonePlayer( <deathAnimationDuration> )
Module: Client
MP Only
Summary:
clone the player's model for death animations.
Call this on: A Client
Example:
body = self ClonePlayer(deathAnimDuration);
Required arguments:
- <death animation duration> the duration of the death animation
Optional arguments:
- none
Notes:
- none