Difference between revisions of "Location Script"

487 bytes added ,  01:15, 22 October 2017
Add missing F4SE member functions
imported>Plplecuyer
 
imported>ShadeMe
(Add missing F4SE member functions)
Line 2: Line 2:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]


Line 55: Line 54:
*Function [[SetKeywordData - Location|SetKeywordData]](Keyword akKeyword, float afData)
*Function [[SetKeywordData - Location|SetKeywordData]](Keyword akKeyword, float afData)
**Sets the specified [[Keyword Script|Keyword]]'s data on this location.
**Sets the specified [[Keyword Script|Keyword]]'s data on this location.
== F4SE Member Functions ==
*Location Function [[GetParent - Location|GetParent]]()
**Returns this location's parent.
*EncounterZone Function [[GetEncounterZone - Location|GetEncounterZone]](bool abRecursive = False)
**Returns this location's encounter zone.
*Function [[SetParent - Location|SetParent]](Location akLocation)
**Set this location's parent.
*Function [[SetEncounterZone - Location|SetEncounterZone]](EncounterZone akEncounterZone)
**Set this location's encounter zone.


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