GetPlaceableAction

From Dragon Age Toolset Wiki
Revision as of 19:26, 3 August 2011 by Sunjammer (Talk | contribs) (Updating link)

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