vp_FPSShooter.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        // get hold of the FPSWeapon
        m_Weapon = transform.GetComponent<vp_FPSWeapon>();

        audio.dopplerLevel = 0.0f;
    }