-------------------------------------------------------------------------------- -- Handler.......... : onInit -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function FPSCamera.onInit ( ) -------------------------------------------------------------------------------- this.createHUD ( ) this.setupDynamics ( ) camera.setFieldOfView ( this.getObject ( ), 30 ) this.sendEvent ( "onWeaponChange", "Weapon0B" ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------