Difference between revisions of "BeginTrainingStep"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(more specific tagging)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=BeginTrainingStep
 
|name=BeginTrainingStep
Line 6: Line 5:
 
|param1name=nStepID
 
|param1name=nStepID
 
|param1desc=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
 
|param1desc=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
 +
|param1default=
 
|param2type=int
 
|param2type=int
 
|param2name=nExpectedTrainingEvent
 
|param2name=nExpectedTrainingEvent
 
|param2desc=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
 
|param2desc=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
 +
|param2default=
 
|param3type=int
 
|param3type=int
 
|param3name=nTrainingEventArg
 
|param3name=nTrainingEventArg
|param3desc=
+
|param3desc={{undocumented}}
 +
|param3default=0
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=

Latest revision as of 22: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