Difference between revisions of "PLACEABLE ACTION *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Changing category)
m
 
Line 150: Line 150:
 
<!-- == 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]]
 
*[[EVENT TYPE USE]]
 
*[[GetPlaceableAction]]
 
*[[GetPlaceableAction]]

Latest revision as of 17:55, 11 March 2012

Source: script.ldf
Constant name Type Value Description Source
PLACEABLE_ACTION_AREA_TRANSITION int 15 script.ldf
PLACEABLE_ACTION_CLOSE int 2 script.ldf
PLACEABLE_ACTION_DESTROY int 4 script.ldf
PLACEABLE_ACTION_DIALOG int 10 script.ldf
PLACEABLE_ACTION_DISARM int 7 script.ldf
PLACEABLE_ACTION_EXAMINE int 6 script.ldf
PLACEABLE_ACTION_FLIP_COVER int 8 script.ldf
PLACEABLE_ACTION_INVALID int 0 script.ldf
PLACEABLE_ACTION_LEAVE_COVER int 14 script.ldf
PLACEABLE_ACTION_OPEN int 1 script.ldf
PLACEABLE_ACTION_OPEN_INVENTORY int 11 script.ldf
PLACEABLE_ACTION_TOPPLE int 13 script.ldf
PLACEABLE_ACTION_TRIGGER_TRAP int 12 script.ldf
PLACEABLE_ACTION_TURN_LEFT int 16 script.ldf
PLACEABLE_ACTION_TURN_RIGHT int 17 script.ldf
PLACEABLE_ACTION_UNLOCK int 3 script.ldf
PLACEABLE_ACTION_USE int 5 script.ldf
PLACEABLE_ACTION_USE_COVER int 9 script.ldf

See also