Difference between revisions of "Cast"

652 bytes added ,  06:43, 15 January 2011
m
no edit summary
imported>Geckbot
m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki))
imported>Ez0n3
m
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Incomplete}}
{{Function
|CSWikiPage = Cast
|origin = GECK1
|summary = Leftover from Oblivion
|name = Cast
|returnVal = 0, 1
|returnType = void
|referenceType = [ActorID,ActivatorID]
|arguments =
  {{FunctionArgument
  |Name = EffectID
  |Type = ref
  |Optional = n
  }}{{FunctionArgument
  |Name = TargetRefID
  |Type = ref
  |Optional = y
  }}
|example = Cast WellRestedSpell Player
}}


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/Cast Cast].
==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'''==
*[[CastImmediateOnSelf]]
*[[AddSpell]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Game Effect Functions]]
[[Category:Game Effect Functions]]
[[Category:Game Effect Functions (GECK 1.1)]]
[[Category:Actor Functions]]
[[Category:Actor Functions]]
[[Category:Actor Functions (GECK 1.1)]]
Anonymous user