ClearAmbientDialogs

From Dragon Age Toolset Wiki
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.