Difference between revisions of "Cast"

668 bytes added ,  06:43, 15 January 2011
m
no edit summary
imported>Kkuhlmann
 
imported>Ez0n3
m
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/Cast Cast].
{{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
}}
 
==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