Difference between revisions of "Form Script"

7 bytes added ,  21:45, 17 June 2018
m
→‎Member Functions: Added the missing return type (bool) for "PlayerKnows".
imported>ShadeMe
imported>Homecom
m (→‎Member Functions: Added the missing return type (bool) for "PlayerKnows".)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
'''Extends:''' [[ScriptObject Script|ScriptObject]]
'''Extends:''' [[ScriptObject Script|ScriptObject]]


Line 26: Line 23:
*bool Function [[HasKeywordInFormList - Form|HasKeywordInFormList]](FormList akKeywordList)
*bool Function [[HasKeywordInFormList - Form|HasKeywordInFormList]](FormList akKeywordList)
**Returns if this form has any of the keywords in the [[FormList Script|FormList]] attached.
**Returns if this form has any of the keywords in the [[FormList Script|FormList]] attached.
*Function [[PlayerKnows - Form|PlayerKnows]]()
*bool Function [[PlayerKnows - Form|PlayerKnows]]()
**Is the "Known" flag set on the form?
**Is the "Known" flag set on the form?
*Function [[StartObjectProfiling - Form|StartObjectProfiling]]()
*Function [[StartObjectProfiling - Form|StartObjectProfiling]]()
Line 96: Line 93:
== Events ==
== Events ==
None
None
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
Anonymous user