SC_GetItemCount

Usage

int SC_GetItemCount( string &name)


Summary

Gets the number of items that the player has for the specified item type.


Example

int hits;
hits = SC_GetItemCount( "Bullet");
SC_GameMessage( "The player has " + hits + " bullets");


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