Difference between revisions of "Cast"

343 bytes added ,  06:43, 15 January 2011
m
no edit summary
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Syntax:'''
{{Function
  [[''ActorID''|''ActivatorID''.]Cast ''EffectID'' [''TargetRefID'']
  |CSWikiPage = Cast
'''Example:'''
|origin = GECK1
  Cast WellRestedSpell Player
|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==
==Notes==
*This function is unused in the default game, though scripts will still compile using the above syntax.
*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'''==
=='''See Also'''==
Anonymous user