Difference between revisions of "StopWaiting"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Pintocat |
||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|CSWikiPage = StopWaiting | |||
|origin = GECK1 | |||
|summary = Tells an actor to resume normal package behavior after being put into a "wait" state by the [[Wait]] command. | |||
|name = StopWaiting | |||
|referenceType = [Actor] | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = PackageID | |||
}} | |||
|example = <pre>BuddyRef.StopWaiting FollowPlayerPackage</pre> | |||
Buddy will stop waiting after previously being told to wait using [[Wait]] | |||
}} | |||
==Notes== | |||
None | |||
== | ==See Also== | ||
*[[IsWaiting]] | |||
*[[Wait]] | |||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 13:08, 20 January 2017
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: StopWaiting.
A function included in the GECK version 1.1.0.36.
Description
Tells an actor to resume normal package behavior after being put into a "wait" state by the Wait command.
Syntax
[Actor].StopWaiting PackageID
Example
BuddyRef.StopWaiting FollowPlayerPackage
Buddy will stop waiting after previously being told to wait using Wait
Notes
None