GetPlaceableAction

From Dragon Age Toolset Wiki
Revision as of 19:03, 22 January 2010 by BryanDerksen (Talk | contribs) (describe return value)

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