Difference between revisions of "Cast"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Zumbs
(clarified that Cast does not work in GECK)
imported>Ez0n3
m
 
Line 1: Line 1:
{{Function
{{Function
|CSWikiPage = Cast
  |origin = GECK1
  |origin = GECK1
  |summary = Leftover from Oblivion
  |summary = Leftover from Oblivion

Latest revision as of 06:43, 15 January 2011

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

Link to TES4 Construction Set Wiki: Cast.

A function included in the GECK version 1.1.0.36.

Description

Leftover from Oblivion

Syntax

[help]
[ActorID,ActivatorID].Cast EffectID:ref TargetRefID:ref

Example

Cast WellRestedSpell Player

Notes

  • This function is unused in the default game. Even though scripts will still compile using the above syntax, nothing happens when Cast is invoked. Use CastImmediateOnSelf instead.

See Also