GetInSameCell
From GECK
Link to TES4 Construction Set Wiki: GetInSameCell.
A function included in the GECK version 1.1.0.36.
Contents |
Description
Returns true if the calling reference is in the same cell as the target Actor
Syntax
(0, 1:int) [Actor].GetInSameCell Target:Actor
Example
BuddyRef.GetInSameCell player
This will return a 1 if Buddy is in the same cell as the player, and 0 otherwise
Notes
None
