Difference between revisions of "IsTalking"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Henning
 
imported>Thynar
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Syntax:'''
== Syntax ==
  <ActorRef>.IsTalking
  <ActorRef>.IsTalking


Returns 1 if the actor is currently talking.
== Return Value ==
1 if the actor is currently talking.


'''NOTE:''' This appears to work only for dialogue, not for scenes.
== Notes ==
*This appears to work only for dialogue, not for scenes. For these, [[IsScenePlaying]] and [[IsInScene]] may be more useful.
*IsTalking appears to have no effect when used as a condition to check if the player is in dialogue.
*It is unclear whether this returns true if they are in dialog with the player, like [[IsInDialogueWithPlayer - ObjectReference|IsInDialogueWithPlayer]], or only if they are currently speaking. Use with caution in these cases, and document your findings on this page.


[[Category:Console Commands]]
== See Also ==
*[[IsGreetingPlayer]]
*[[IsTalkingActivatorActor]]
*[[IsInDialogueWithPlayer - ObjectReference]]
[[Category:Console Commands]]
[[Category:Console Commands]]


[[Category:Condition Functions]]
[[Category:Condition Functions]]

Latest revision as of 08:44, 5 July 2013

Syntax[edit | edit source]

<ActorRef>.IsTalking

Return Value[edit | edit source]

1 if the actor is currently talking.

Notes[edit | edit source]

  • This appears to work only for dialogue, not for scenes. For these, IsScenePlaying and IsInScene may be more useful.
  • IsTalking appears to have no effect when used as a condition to check if the player is in dialogue.
  • It is unclear whether this returns true if they are in dialog with the player, like IsInDialogueWithPlayer, or only if they are currently speaking. Use with caution in these cases, and document your findings on this page.

See Also[edit | edit source]