Difference between revisions of "GetPCSpeaker"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fill in missing parameter)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetPCSpeaker
 
|name=GetPCSpeaker
 
|brief=Get the PC (if any) involved in the dialog that ran this script
 
|brief=Get the PC (if any) involved in the dialog that ran this script
 
|returntype=object
 
|returntype=object
|returndesc=
+
|returndesc=the PC (if any) involved in the dialog that ran this script
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Revision as of 22:05, 2 March 2010

Get the PC (if any) involved in the dialog that ran this script

object GetPCSpeaker(
);
Parameters:
None
Returns:

the PC (if any) involved in the dialog that ran this script

Source:

script.ldf