Difference between revisions of "GetIsVoiceType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>PoHa!
(→‎Syntax: Corrected the syntax; used to say "GetIsUsedItem")
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
=='''Syntax'''==
=='''Syntax'''==


  GetIsUsedItem ''VoiceType''
  GetIsVoiceType ''VoiceType''
 


=='''Notes'''==
=='''Notes'''==
Line 13: Line 12:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.0)]]
[[Category:Condition Functions (GECK 1.1)]]

Latest revision as of 20:29, 3 February 2010

Description[edit | edit source]

GetIsVoiceType returns 1 if the calling actor has the specified voice type.

Syntax[edit | edit source]

GetIsVoiceType VoiceType

Notes[edit | edit source]

  • None at this time