GetObjectActive

From Dragon Age Toolset Wiki
Jump to: navigation, search

Queries the active status of an object

int GetObjectActive(
object oObject
);
Parameters:
oObject
The object query status on
Returns:

non-zero if active, zero if inactive

Source:

script.ldf

Description

Each game engine object has a boolean enabled or disabled flag in the engine.