[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 "IsClassAttribute"
Jump to navigation
Jump to search
no edit summary
imported>WereWolf (Fixed example) |
imported>WereWolf |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax:''' | |||
(isClassAttribute:bool) ''reference''.IsClassAttribute attribute:short ''class:ref'' | |||
Returns whether the passed attribute is an attribute of the class. | Returns whether the passed attribute is an attribute of the class. | ||
'''Example:''' | '''Example:''' | ||
short attribute | short attribute | ||
Line 13: | Line 14: | ||
messagebox "Agility is NOT one of the Attributes of your class." | messagebox "Agility is NOT one of the Attributes of your class." | ||
endif | endif | ||
==Notes== | ==Notes== |