SC_GetWeaponRange

Usage

int SC_GetWeaponRange( int WeaponNumber)


Summary

Gets the range of the specified weapon type.


More Information

Get the weapon type number first using SC_GetWeaponTypeNumber.


Example

/./ get and store the range of the silenced pistol
int PistolRange;
PistolRange = SC_GetWeaponRange( SC_GetWeaponTypeNumber("Silenced Pistol"));


Last Revised: 10 May 2008

Full Functions List


Copyright 2008 to 2009 by James Bunting
www.jbplay.com/games/rod3d/

This page was automatically generated by James' Script Docs Generator