IsTalking - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Checks to see if this actor is currently talking.

Syntax[edit | edit source]

bool Function IsTalking() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this actor is talking.

Examples[edit | edit source]

if Game.GetPlayer().IsTalking()
  Debug.Trace("Player is talking.")
endIf

See Also[edit | edit source]