Difference between revisions of "GetPlaceableAction"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
(describe return value)
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 == -->
Line 23: Line 24:
 
== 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 object functions]]

Revision as of 19:03, 22 January 2010

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