Difference between revisions of "Dispel"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Nitemaremarauder
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Syntax:'''
{{Function
  [''ActorID''].Dispel ''MagicID''
  |CSWikiPage = Dispel
'''Examples:'''
|origin = GECK1
  Dispel MS13MezzedSpell
|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


  NPCRef.Dispel MS13MezzedSpell
  NPCRef.Dispel MS13MezzedSpell
 
NPCRef.Dispel Stimpak
Removes specified [[Actor Effect]] that is affecting an actor.
}}
 
== Notes: ==
*None at this time


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

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