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 by James Bunting
www.jbgames.com/games/rod3d/

This page was automatically generated by jbgames Script Docs Generator