Difference between revisions of "GetPlaceableState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag and adding link)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetPlaceableState
 
|name=GetPlaceableState
Line 15: Line 14:
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
Returns the current state of a specified placeable object. The state
 
Returns the current state of a specified placeable object. The state
will be a valid state defined by the state controller for the
+
will be a valid state defined by the state controller for the specified placeable. The placeable states are defined in the [[placeables.xls]] file.
specified placeable. The placeable states are defined in the placeables.xls file in override.
+
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Revision as of 21:58, 24 February 2010

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