Difference between revisions of "GetPlaceableAction"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(describe return value)
m (Updating link)
Line 14: 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. -->
  
Return type is one of the constants [[PLACEABLE_ACTION*]].
+
Return type is one of the constants [[PLACEABLE_ACTION_*]].
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
Line 25: Line 25:
 
<!-- 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 object functions]]

Revision as of 19:26, 3 August 2011

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