Difference between revisions of "GetNthSummon"
no edit summary
imported>Kyoma (New page: __NOTOC__ A User Function for use with Oblivion Script Extender '''Syntax:''' (summon:ref) reference.Call GetNthSummon whichSummon:short Retu...) |
imported>Kyoma |
||
Line 4: | Line 4: | ||
'''Syntax:''' | '''Syntax:''' | ||
(summon:ref) reference.Call GetNthSummon whichSummon:short | (summon:ref) reference.Call GetNthSummon whichSummon:short | ||
Returns a reference to the nth actor currently summoned by the calling actor. | Returns a reference to the nth actor currently summoned by the calling actor. | ||
==Notes== | ==Notes== | ||
*This function must be called on a reference (Ref.call <function>) | *This function must be called on a reference (Ref.call <function>) | ||
==Examples:== | ==Examples:== | ||
Line 20: | Line 17: | ||
Let rSummon := player.Call GetNthSummon ''Nth'' | Let rSummon := player.Call GetNthSummon ''Nth'' | ||
==Code== | ==Code== | ||
Line 43: | Line 39: | ||
let arFollowers := ar_Null | let arFollowers := ar_Null | ||
End | End | ||
==See Also== | ==See Also== | ||
Line 51: | Line 46: | ||
<!-- Begin Search Terms | <!-- Begin Search Terms | ||
Summon | |||
End Search Terms --> | End Search Terms --> |