Difference between revisions of "IsTalkingActivatorActor"
Jump to navigation
Jump to search
no edit summary
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]] |