UT GetShoutsFlag

From Dragon Age Toolset Wiki
Revision as of 18:44, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_GetShoutsFlag |brief = Returns the shout flag for an object |param1type = object |param1name = oObject |param1desc = The object whose shouts flag is being...')

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

Returns the shout flag for an object

int UT_GetShoutsFlag(
object oObject
);
Parameters:
oObject
The object whose shouts flag is being retrieved
Returns:

the shouts flag for the creature (TRUE or FALSE)

Source:

Core Resources.utility_h



See also

UT_SetShoutsFlag