ResetReaction

From Dragon Age Toolset Wiki
Revision as of 19:54, 3 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

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

Resets the reaction of the specified object.

void ResetReaction(
object oObject
);
Parameters:
oObject
The object to reset the reaction on
Returns:

Nothing.

Source:

script.ldf

Description

This function resets the reaction of the specified object, returning it to whatever base group hostility it should be at. This function is normally used in conjunction with SetReactionOverride() to return an object to their group's hostility.


See also

SetReactionOverride