Difference between revisions of "GetPlaceableAction"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Updating 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. -->
 
 
Return type is one of the constants [[PLACEABLE_ACTION_*]].
 
Return type is one of the constants [[PLACEABLE_ACTION_*]].
 
 
<!-- == 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. -->
 
 
*[[PLACEABLE ACTION_*]]
 
*[[PLACEABLE ACTION_*]]
 
*[[EVENT_TYPE_USE]]
 
*[[EVENT_TYPE_USE]]
  
[[Category: Placeable object functions]]
+
[[Category:Placeable functions]]

Latest revision as of 18:13, 11 March 2012

Gets the current use action on the placeable.

int GetPlaceableAction(
object oPlaceable
);
Parameters:
oPlaceable
The placeable to get the action from
Returns:

PLACEABLE_ACTION type constant

Source:

script.ldf

Description

Return type is one of the constants PLACEABLE_ACTION_*.

See also