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
18 bytes added ,  11:37, 24 December 2009
no edit summary
imported>Kyoma
imported>Kyoma
Line 11: Line 11:
==Examples:==
==Examples:==


Getting the number of summons active on a reference (in this case the player)
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]]


Anonymous user

Navigation menu