SetObjectInteractive

From Dragon Age Toolset Wiki
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