Difference between revisions of "Dispel"
Jump to navigation
Jump to search
imported>PoHa! (copied info; removed incomplete tag) |
imported>Nitemaremarauder |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Function | |||
[ | |CSWikiPage = Dispel | ||
|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 | |||
}} | |||
[[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 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
[ActorRefID].Dispel MagicID:ref
Example
Dispel MS13MezzedSpell Dispel Stimpak
NPCRef.Dispel MS13MezzedSpell NPCRef.Dispel Stimpak