Difference between revisions of "GetInWorldspace"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>SJML Bot
(Bot creating condition functions pages.)
 
imported>Rasikko
m (→‎See Also: link to papyrus equivalent added)
Line 9: Line 9:
* [[GetInCell]]
* [[GetInCell]]
* [[GetInLocation]]
* [[GetInLocation]]
* [[GetWorldSpace - ObjectReference]]


[[Category:Console Commands]]
[[Category:Console Commands]]


[[Category:Condition Functions]]
[[Category:Condition Functions]]

Revision as of 00:27, 15 April 2019

Syntax:

[ActorID.]GetInWorldspace WorldspaceName

Example:

GetInWorldspace ChorrolWorld

Returns 1 if the actor is currently in one of the exterior cells of the specified worldspace. Always returns 0 if the actor is in an interior cell.

See Also