Difference between revisions of "BeginTrainingStep"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(more specific tagging)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=BeginTrainingStep
 
|name=BeginTrainingStep
Line 13: Line 12:
 
|param3type=int
 
|param3type=int
 
|param3name=nTrainingEventArg
 
|param3name=nTrainingEventArg
|param3desc=
+
|param3desc={{undocumented}}
 
|param3default=0
 
|param3default=0
 
|returntype=void
 
|returntype=void

Latest revision as of 21:28, 2 March 2010

BeginTrainingStep

void BeginTrainingStep(
int nStepID,
int nExpectedTrainingEvent,
int nTrainingEventArg = 0
);
Parameters:
nStepID
A unique ID for a specific training step. This indicates the text to be displayed & the images that need to be drawn for this specific training step
nExpectedTrainingEvent
The event we are waiting for before the user can training can advance. Specifically this will enable this training event to be excreted from the engine
nTrainingEventArg
[Undocumented]
Returns:

Nothing.

Source:

script.ldf

Description

Display a hard coded training step