Difference between revisions of "InitHeartbeat"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
|param1type=object
 
|param1type=object
 
|param1name=oCreature
 
|param1name=oCreature
|param1desc=
+
|param1desc=Creature to start a heartbeat for
 
|param2type=float
 
|param2type=float
 
|param2name=fInterval
 
|param2name=fInterval
Line 18: Line 18:
 
<!-- 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. -->
  
<!-- == Remarks == -->
+
== Remarks ==
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 +
 +
Sends the [[EVENT_TYPE_HEARTBEAT2]] event to the creature.
  
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
  
<!-- == See also == -->
+
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 +
[[EVENT_TYPE_HEARTBEAT2]]
  
 
[[Category: Uncategorised function]]
 
[[Category: Uncategorised function]]

Latest revision as of 23:31, 21 August 2009

This page was generated by Sunjammer's Dragon Age Script Parser.

The parser was unable to extract and/or match all the information required and has flagged this page as containing one or more errors. The source file was not formatted correctly and the information presented is incomplete or incorrect.

This page must be reviewed by a knowledgeable scripter as it will need to be updated. Once identified, the issue in the source file should be reported to BioWare.

Please remove the {{Generated with errors}} tag once the page has been corrected.

Starts the specified creature's heart beating

void InitHeartbeat(
object oCreature,
float fInterval
);
Parameters:
oCreature
Creature to start a heartbeat for
fInterval
[Undocumented]
Returns:

Nothing.

Source:

script.ldf


Remarks

Sends the EVENT_TYPE_HEARTBEAT2 event to the creature.


See also

EVENT_TYPE_HEARTBEAT2