SC_GetObjectHits

Usage

int SC_GetObjectHits( int ObjectId)


Summary

Gets the number of hit points (health) of an object.


Example

// get the health of object 10
int hits;
hits = SC_GetObjectHits(10);


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