GetPlaceableState

From Dragon Age Toolset Wiki
Revision as of 18:10, 11 March 2012 by Sunjammer (Talk | contribs) (Fixing category)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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