Difference between revisions of "GetPlaceableAction"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m (Fixing category)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetPlaceableAction
 
|name=GetPlaceableAction
Line 7: Line 6:
 
|param1desc=The placeable to get the action from
 
|param1desc=The placeable to get the action from
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=PLACEABLE_ACTION type constant
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|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_*]].
 
<!-- == 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. -->
[[EVENT_TYPE_USE]]
+
*[[PLACEABLE ACTION_*]]
 +
*[[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