SC_SetObjectIndestructible

Usage

void SC_SetObjectIndestructible( int ObjectId, int value)


Summary

Make and object godly, or not.


Example

// make object 10 godly
SC_SetObjectIndestructible( 10, 1);

// make object 10 a mere mortal again
SC_SetObjectIndestructible( 10, 0);


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