Difference between revisions of "Probe"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(looks okay, removing tag.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=Probe
 
|name=Probe
Line 19: 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.