Difference between revisions of "ClearNoActivationSound"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>DewiMorgan
m (→‎Notes: move a note to a see also.)
imported>Ez0n3
 
(2 intermediate revisions by one other user 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==
Line 12: Line 11:


==See Also==
==See Also==
*[[SetNoActivationSound]] - to set the NoActivation sound.
*[[SetNoActivationSound]]


[[Category: Functions]]
[[Category:Functions]]
[[Category: Player 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