Difference between revisions of "Form Script"

934 bytes added ,  01:46, 10 May 2012
→‎Member Functions: Added SKSE Member Function list
imported>Jog
m
imported>Behippo
(→‎Member Functions: Added SKSE Member Function list)
Line 82: Line 82:
'''Function [[UnregisterForUpdateGameTime - Form|UnregisterForUpdateGameTime]]()'''
'''Function [[UnregisterForUpdateGameTime - Form|UnregisterForUpdateGameTime]]()'''
*Unregisters this form from game time update events.
*Unregisters this form from game time update events.
== SKSE Member Functions ==
'''int Function [[GetType - Form|GetType]]()'''
*Returns this form's form typecode.
'''string Function [[GetName - Form|GetName]]()'''
*Returns this form's full name.
'''Function [[SetName - Form|SetName]](string name)'''
*Sets this form's full name.
'''float Function [[GetWeight - Form|GetWeight]]()'''
*Returns this form's weight.
'''Function [[SetWeight - Form|SetWeight]](float weight)'''
*Sets this form's weight.
'''Function [[SetGoldValue - Form|SetGoldValue]](int value)'''
*Sets this form's base gold value.
'''int Function [[GetNumKeywords - Form|GetNumKeywords]]()'''
*Returns the number of keywords on this form.
'''Keyword Function [[GetNthKeyword - Form|GetNthKeyword]](int index)'''
*Returns the keyword specified by index on this form.
'''bool Function [[HasKeywordString - Form|HasKeywordString]](string s)'''
*Returns whether this form has a keyword with the specified string.


== Events ==
== Events ==
Anonymous user