Difference between revisions of "UT GetShoutsFlag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(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...')
 
(No difference)

Latest revision as of 18:44, 10 February 2010

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