GetPlaceableAction

From Dragon Age Toolset Wiki
Revision as of 18:13, 11 March 2012 by Sunjammer (Talk | contribs) (Fixing category)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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