Engine SetImmortal

From Dragon Age Toolset Wiki
Revision as of 00:17, 10 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sets an object to be unable to drop below 1 health

void Engine_SetImmortal(
object oObject,
int bImmortal
);
Parameters:
oObject
The object to set the visibilty for
bImmortal
The state to set
Returns:

Nothing.

Source:

script.ldf

Description

NOTE: This is the engine function, you should not use it. Use core_h.SetImmortal intead