Cast

From the Fallout3 GECK Wiki
Revision as of 03:01, 3 July 2010 by imported>Zumbs (clarified that Cast does not work in GECK)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

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