Difference between revisions of "ClearNoActivationSound"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Ez0n3
 
(4 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.
|name = ClearNoActivationSound
|returnType = void
|example = ClearNoActivationSound
}}


=='''Syntax:'''==
==Notes==
ClearNoActivationSound
*This function is new in the GECK, and was not available in the TES4 Construction Set.


=='''Example:'''==
==See Also==
ClearNoActivationSound
*[[SetNoActivationSound]]


=='''Notes'''==
[[Category:Functions]]
*[[SetNoActivationSound]] can be used to set the NoActivation sound.
[[Category:Functions (GECK 1.1)]]
<br>
[[Category:Player Functions]]
<br>
[[Category:Player Functions (GECK 1.1)]]
[[Category: Functions]]
[[Category: Player Functions]]

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