IsTalkingActivatorActor

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: IsTalkingActivatorActor.

A function included in the GECK version 1.1.0.36.

Description

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

[help]
(0, 1:int) [ObjectRefID].IsTalkingActivatorActor ActorRefID:ref

Example

ComputerRef.IsTalkingActivatorActor BuddyRef

Check to see if Buddy is talking through the computer.

See Also