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 change in size ,  14:14, 14 September 2007
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.


'''Syntax:'''
(isClassAttribute:bool) ''reference''.IsClassAttribute attribute:short ''class:ref''
'''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==
Anonymous user

Navigation menu