ClearAmbientDialogs

From Dragon Age Toolset Wiki
Revision as of 18:44, 19 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

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

This function clears all ambient dialogs for a given object or for all objects

int ClearAmbientDialogs(
object oObject = OBJECT_INVALID
);
Parameters:
oObject
the object on which to clear ambient dialogs or OBJECT_INVALID to clear all
Returns:

TRUE on success, FALSE on failure

Source:

script.ldf

Description

This function clears all ambient dialogs for a given object or for all objects if OBJECT_INVALID is passed in.