Difference between revisions of "EVENT TYPE CHARGEN IMPORT HERO"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(info from cplayer.cpp)
Line 2: Line 2:
 
{{event
 
{{event
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
|when=
+
|when=Import the player character from an existing save file
 
|from=
 
|from=
|to=
+
|to=module
 +
|tocategory1=module
 +
|sortkey=CHARGEN_IMPORT_HERO
 +
|creatorname=oHero
 
}}
 
}}
 
[[Category:Event types|CHARGEN_IMPORT_HERO]]
 
 
[[Category:Character generation]]
 
[[Category:Character generation]]

Revision as of 19:35, 20 August 2009

The documentation on this page is incomplete, obsolete, or otherwise in need of a thorough review. The current content may provide a good starting point for this, but do not rely on its accuracy when using it to design content.

Source:
script.ldf
Sent when:
Import the player character from an existing save file
Sent from:
Sent to:
module
Parameters:

Usage

case EVENT_TYPE_CHARGEN_IMPORT_HERO:
{
object oHero = GetEventCreator(ev); //

// insert event-handling code here

break;
}