GetPlaceableState

From Dragon Age Toolset Wiki
Jump to: navigation, search

Gets the state of the specified placeable object.

int GetPlaceableState(
object oPlaceable
);
Parameters:
oPlaceable
The placeable to get the state of
Returns:

Returns the state of the placeable object

Source:

script.ldf

Description

Returns the current state of a specified placeable object. The state will be a valid state defined by the state controller for the specified placeable. The placeable states are defined in the placeables.xls file.

See also

SetPlaceableState