SetObjectInteractive

From Dragon Age Toolset Wiki
Revision as of 00:14, 10 February 2010 by BryanDerksen (Talk | contribs) (tidy)

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

Sets whether the creature or placeable can be interacted with.

void SetObjectInteractive(
object oObject,
int value
);
Parameters:
oObject
Object to set interactivity of
value
True to set interactive, false to set non-interactive
Returns:

Nothing.

Source:

script.ldf

Description

Non-interactive objects act like static geometries in that mousing over them doesn't not trigger any selection and you can click through them