Difference between revisions of "Detect If Current Cell Is Wilderness Cell"

Jump to navigation Jump to search
no edit summary
imported>KyleWollaston
imported>Darkness X
 
Line 1: Line 1:
{{Unfinished}}
{{Unfinished}}
{{Tools|req0=[[The Elder Scrolls Construction Set|Construction Set]]}}


If you want to detect if an actor is in a set of cells you need to use [[GetInCell]], [[GetInCellParam]], or [[GetInWorldspace]]. Basically, each function takes two flags: ''ActorID'' and ''CellName''. The function will return true (1) if the referenced ''ActorID'' is in a cell whose EditorID (name) includes the name in ''CellName''. Some examples:
If you want to detect if an actor is in a set of cells you need to use [[GetInCell]], [[GetInCellParam]], or [[GetInWorldspace]]. Basically, each function takes two flags: ''ActorID'' and ''CellName''. The function will return true (1) if the referenced ''ActorID'' is in a cell whose EditorID (name) includes the name in ''CellName''. Some examples:
Anonymous user

Navigation menu