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 "GetCreatureMagicSkill"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (magicSkill:short) ''reference.''GetCreatureCombatSkill ''objectID:ref'' Returns the magic sk...)
 
imported>Haama
(→‎See Also: Added links)
Line 7: Line 7:


==See Also==
==See Also==
* [[GetCreatureCombatSkill]]
*[[IsCreature]]
* [[GetCreatureStealthSkill]]
*[[GetCreatureType]]
*[[GetCreatureCombatSkill]]
*[[GetCreatureStealthSkill]]
*[[GetCreatureReach]]
*[[GetCreatureSoulLevel]]
*[[GetCreatureBaseScale]]


[[Category: Functions]]
[[Category: Functions]]

Revision as of 03:22, 7 December 2007

A command for Oblivion Script Extender

Syntax:

(magicSkill:short) reference.GetCreatureCombatSkill objectID:ref

Returns the magic skill for the creature.

See Also