Difference between revisions of "IsEventValid"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsEventValid
 
|name=IsEventValid
Line 7: Line 6:
 
|param1desc=The event to test
 
|param1desc=The event to test
 
|returntype=int
 
|returntype=int
|returndesc=Returns TRUE if the event is valid, FALSE if it is not.
+
|returndesc=Returns [[TRUE]] if the event is valid, [[FALSE]] if it is not.
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 14: Line 13:
 
== 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. -->
Returns TRUE if the specified event is a valid
+
Returns TRUE if the specified event is a valid event.
event.
+
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 19:01, 16 February 2010

Returns TRUE if the event is valid.

int IsEventValid(
event evEvent
);
Parameters:
evEvent
The event to test
Returns:

Returns TRUE if the event is valid, FALSE if it is not.

Source:

script.ldf

Description

Returns TRUE if the specified event is a valid event.