Difference between revisions of "Say"
Jump to navigation
Jump to search
Updated to function template - included three more optional parameters in syntax
imported>Kkuhlmann |
imported>Cipscis (Updated to function template - included three more optional parameters in syntax) |
||
Line 1: | Line 1: | ||
{{Function | |||
|CSWikiPage = Say | |||
|origin = GECK1 | |||
|summary = [[Say]] makes an actor speak a single line of dialogue. | |||
|referenceType = Actor | |||
|arguments = {{FunctionArgument | |||
|Name = Topic | |||
|Type = EditorID | |||
}}{{FunctionArgument | |||
|Name = ForceSubtitleFlag | |||
|Type = int | |||
|Optional = Optional | |||
}}{{FunctionArgument | |||
|Name = Actor | |||
|Type = EditorID | |||
|Optional = Optional | |||
}}{{FunctionArgument | |||
|Name = Integer | |||
|Type = int | |||
|Optional = Optional | |||
}}{{FunctionArgument | |||
|Name = Integer | |||
|Type = int | |||
|Optional = Optional | |||
}} | |||
|Example = JoeRef.Say SpeechTopic | |||
JoeRef will say SpeechTopic | |||
}}==Notes== | |||
*The purpose of the last three optional parameters is unknown at this time. | |||
== | ==See Also== | ||
*[[SayTo]] | |||
*[[SayToDone]] | |||
* | |||
[[ | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Dialogue Functions]] | [[Category:Dialogue Functions]] | ||
[[Category:Actor Functions]] | [[Category:Actor Functions]] |