Difference between revisions of "GetInWorldspace"
Jump to navigation
Jump to search
imported>SJML Bot (Bot creating condition functions pages.) |
imported>Rasikko m (→See Also) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
* [[GetInCell]] | * [[GetInCell]] | ||
* [[GetInLocation]] | * [[GetInLocation]] | ||
==Papyrus Version== | |||
* [[GetWorldSpace - ObjectReference]] | |||
[[Category:Console Commands]] | [[Category:Console Commands]] | ||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Latest revision as of 00:39, 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.