IsTalking - Actor

Member of: Actor Script

Checks to see if this actor is currently talking.

SyntaxEdit

bool Function IsTalking() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is talking.

ExamplesEdit

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

See AlsoEdit