Difference between revisions of "Probe"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=Probe
 
|name=Probe
Line 6: Line 5:
 
|param1name=sOutput
 
|param1name=sOutput
 
|param1desc=name of the stat to track
 
|param1desc=name of the stat to track
 +
|param1default=
 
|param2type=float
 
|param2type=float
 
|param2name=fValue
 
|param2name=fValue
 
|param2desc=(optional) The value of stat to track
 
|param2desc=(optional) The value of stat to track
 +
|param2default=0
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=
Line 17: Line 18:
 
== 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. -->
Sends a string to the probe system.
+
Sends a string to the [[probe system]].
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 19:46, 3 March 2010

Sends a string to the probe system.

void Probe(
string sOutput,
float fValue = 0
);
Parameters:
sOutput
name of the stat to track
fValue
(optional) The value of stat to track
Returns:

Nothing.

Source:

script.ldf

Description

Sends a string to the probe system.