Difference between revisions of "GetPlaceableState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (looks okay, removing tag and adding link)
m (Fixing category)
 
Line 10: Line 10:
 
|sourcemodule=
 
|sourcemodule=
 
}}
 
}}
 
 
== Description ==
 
== Description ==
 
<!-- 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 specified placeable. The placeable states are defined in the [[placeables.xls]] file.
will be a valid state defined by the state controller for the specified placeable. The placeable states are defined in the [[placeables.xls]] file.
+
 
+
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
 
== See also ==
 
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
[[SetPlaceableState]]
 
[[SetPlaceableState]]
[[Category: Placeable object functions]]
+
 
 +
[[Category:Placeable functions]]

Latest revision as of 18:10, 11 March 2012

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