IsTalkingActivatorActor

From the Fallout3 GECK Wiki
Revision as of 14:57, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

IsTalkingActivatorActor Tests to see if the talking activator is using an actor to speak. It is called on a Reference and takes one parameter, the actor you are testing.

Syntax

[ObjectRef.]IsTalkingActivatorActor ActorREF

Examples

ComputerRef.IsTalkingActivatorActor BuddyRef

Check to see if Buddy is talking through the computer.

Notes

  • None at this time


See Also

IsActorTalkingThroughActivator
SetTalkingActivatorActor

Reference

None provided.