SC_GetSpriteTypeNumber

Usage

int SC_GetSpriteTypeNumber( string &filename)


Summary

Gets a sprite type number from the specified filename.


More Information

If you want too add a sprite to the map by filename you will need to resolve its number first using this function.


Example

int SpriteNumber;
SpriteNumber = SC_GetSpriteTypeNumber("DangerSign01.ini");


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