Difference between revisions of "ClearAmbientDialogs"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
m (looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=ClearAmbientDialogs
 
|name=ClearAmbientDialogs
Line 15: Line 14:
 
== Description ==
 
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
This function clears all ambient dialogs for a given object or for all objects
+
 
if OBJECT_INVALID is passed in
+
This function clears all ambient dialogs for a given object or for all objects if OBJECT_INVALID is passed in.
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 18:44, 19 February 2010

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.