[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "GetNthSummon"
Jump to navigation
Jump to search
no edit summary
imported>Kyoma |
imported>Kyoma |
||
Line 11: | Line 11: | ||
==Examples:== | ==Examples:== | ||
Getting | Getting a reference to a summon active on a reference (in this case the player) | ||
Let rSummon := player.Call GetNthSummon 0 | Let rSummon := player.Call GetNthSummon 0 | ||
Let rSummon := player.Call GetNthSummon 1 | Let rSummon := player.Call GetNthSummon 1 | ||
. . . | . . . | ||
Let rSummon := player.Call GetNthSummon ''Nth'' | Let rSummon := player.Call GetNthSummon ''Nth'' | ||
==Code== | ==Code== | ||
Line 43: | Line 43: | ||
* [[User Functions]] | * [[User Functions]] | ||
* [[GetNumSummons]] | * [[GetNumSummons]] | ||
* [[GetSummons]] | |||
[[Category: User Functions]] | [[Category: User Functions]] | ||