UT SetShoutsFlag

From Dragon Age Toolset Wiki
Revision as of 18:43, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_SetShoutsFlag |brief = Sets an object to use shouts in his dialog file. |param1type = object |param1name = oObject |param1desc = The object whose shouts f...')

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

Sets an object to use shouts in his dialog file.

void UT_SetShoutsFlag(
object oObject,
int bEnable
);
Parameters:
oObject
The object whose shouts flag is being changed
bEnable
TRUE - enable shouts, FALSE - disable
Returns:

Nothing.

Source:

Core Resources.utility_h

Description

This function sets an object to use shouts whenever dialog is triggered. The function sets a variable on the object, that is read and cleared by Generic conversation flags. The flags can then be used to flag a shouts tree in the conversation.


See also

UT_GetShoutsFlag