Difference between revisions of "ClearNoActivationSound"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>DewiMorgan
m (→‎Notes: +note it's not in the TES4 wiki; debolding titles)
imported>Ez0n3
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
{{Function
Resets the NoActivation sound to default.
|origin = GECK1
 
|summary = Resets the NoActivation sound to default.
==Syntax==
|name = ClearNoActivationSound
  ClearNoActivationSound
  |returnType = void
 
  |example = ClearNoActivationSound
==Example==
}}
  ClearNoActivationSound


==Notes==
==Notes==
*[[SetNoActivationSound]] can be used to set the NoActivation sound.
*This function is new in the GECK, and was not available in the TES4 Construction Set.
*This function is new in the GECK, and was not available in the TES4 Construction Set.


[[Category: Functions]]
==See Also==
[[Category: Player Functions]]
*[[SetNoActivationSound]]
 
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Player Functions]]
[[Category:Player Functions (GECK 1.1)]]

Latest revision as of 05:57, 15 January 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Resets the NoActivation sound to default.

Syntax

[help]
ClearNoActivationSound

Example

ClearNoActivationSound

Notes

  • This function is new in the GECK, and was not available in the TES4 Construction Set.

See Also