SC_GetObjectIndestructible

Usage

int SC_GetObjectIndestructible( int ObjectId)


Summary

Get an Object's godly status.


Example

if( SC_GetObjectIndestructible(10) == 1)
   SC_GameMessage("Object 10 is a god");
else
   SC_GameMessage("Object 10 is only human");


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