GetInWorldspace

From the CreationKit Wiki
Revision as of 00:27, 15 April 2019 by imported>Rasikko (→‎See Also: link to papyrus equivalent added)
Jump to navigation Jump to search

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