Difference between revisions of "IsTalkingActivatorActor"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Ez0n3 |
||
Line 1: | Line 1: | ||
== | {{Function | ||
|CSWikiPage = IsTalkingActivatorActor | |||
|origin = GECK1 | |||
|summary = 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. | |||
== | |name = IsTalkingActivatorActor | ||
|returnVal = 0, 1 | |||
[ | |returnType = int | ||
|referenceType = [ObjectRefID] | |||
== | |arguments = | ||
{{FunctionArgument | |||
ComputerRef.IsTalkingActivatorActor BuddyRef | |Name = ActorRefID | ||
|Type = ref | |||
}} | |||
|example = ComputerRef.IsTalkingActivatorActor BuddyRef | |||
Check to see if Buddy is talking through the computer. | Check to see if Buddy is talking through the computer. | ||
}} | |||
== | ==See Also== | ||
*[[IsActorTalkingThroughActivator]] | |||
*[[SetTalkingActivatorActor]] | |||
[[IsActorTalkingThroughActivator]] | |||
[[SetTalkingActivatorActor]] | |||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 06:31, 12 January 2011
< [[::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
(0, 1:int) [ObjectRefID].IsTalkingActivatorActor ActorRefID:ref
Example
ComputerRef.IsTalkingActivatorActor BuddyRef
Check to see if Buddy is talking through the computer.