Difference between revisions of "Dispel"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Ez0n3
imported>Nitemaremarauder
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  |CSWikiPage = Dispel
  |CSWikiPage = Dispel
  |origin = GECK1
  |origin = GECK1
  |summary = Removes specified [[Actor Effect]] that is affecting an actor.
  |summary = Removes specified [[Actor Effect]] that is affecting an actor. Can also remove [[Ingestible]] effects.
  |name = Dispel
  |name = Dispel
  |returnType = void
  |returnType = void
Line 9: Line 9:
   {{FunctionArgument
   {{FunctionArgument
   |Name = MagicID
   |Name = MagicID
  |Type = ref
   }}
   }}
  |example = Dispel MS13MezzedSpell
  |example = Dispel MS13MezzedSpell
Dispel Stimpak


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



Latest revision as of 17: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