Difference between revisions of "Dispel"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki))
imported>Nitemaremarauder
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Incomplete}}
{{Function
|CSWikiPage = Dispel
|origin = GECK1
|summary = Removes specified [[Actor Effect]] that is affecting an actor. Can also remove [[Ingestible]] effects.
|name = Dispel
|returnType = void
|referenceType = [ActorRefID]
|arguments =
  {{FunctionArgument
  |Name = MagicID
  |Type = ref
  }}
|example = Dispel MS13MezzedSpell
Dispel Stimpak


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/Dispel Dispel].
NPCRef.Dispel MS13MezzedSpell
NPCRef.Dispel Stimpak
}}


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Game Effect Functions]]
[[Category:Game Effect Functions]]
[[Category:Game Effect Functions (GECK 1.1)]]

Latest revision as of 18:06, 23 April 2018

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

Link to TES4 Construction Set Wiki: Dispel.

A function included in the GECK version 1.1.0.36.

Description

Removes specified Actor Effect that is affecting an actor. Can also remove Ingestible effects.

Syntax

[help]
[ActorRefID].Dispel MagicID:ref

Example

Dispel MS13MezzedSpell
Dispel Stimpak
NPCRef.Dispel MS13MezzedSpell
NPCRef.Dispel Stimpak