SetCreatureIsGhost

From Dragon Age Toolset Wiki
Revision as of 23:57, 10 February 2010 by BryanDerksen (Talk | contribs) (Category: Creature functions)

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

Sets the creature as a ghost. Ghost creatures can go through regular creatures but will pathfind around other ghosts.

void SetCreatureIsGhost(
object oObject,
int value
);
Parameters:
oObject
Creature whose ghostliness is being set
value
True to set the creature to ghost mode, false to take the creature out of ghost mode.
Returns:

Nothing.

Source:

script.ldf