GetPlaceableState

From Dragon Age Toolset Wiki
Revision as of 21:58, 24 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag and adding link)

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