Difference between revisions of "PLACEABLE ACTION *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (see also)
Line 161: Line 161:
  
 
[[Category:Constants]]
 
[[Category:Constants]]
 +
[[Category:Placeables]]

Revision as of 01:48, 13 February 2010

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