IsInMyOwnedCell

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the calling actor is in a cell that the actor owns.

Syntax

[help]
(0, 1:int) [ActorRefID].IsInMyOwnedCell

Example

player.IsInMyOwnedCell 

Notes

  • This function will return true if the calling actor owns the cell, or if one of the calling actor's factions owns the cell.

See Also