Difference between revisions of "Detect If Current Cell Is Wilderness Cell"
Jump to navigation
Jump to search
Detect If Current Cell Is Wilderness Cell (edit)
Revision as of 17:52, 19 October 2006
, 17:52, 19 October 2006Good call!
imported>Sarkandar |
imported>DragoonWraith (Good call!) |
||
Line 26: | Line 26: | ||
::::::[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 12:00, 23 July 2006 (EDT): Haven't tried it, but "same functionality as GetInCell" reads to me to mean that it has the exact same workings, i.e. same limitations. Maybe I'll test it later - at the moment, I have no need for it, as I've figured out a better way to do it anyway. | ::::::[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 12:00, 23 July 2006 (EDT): Haven't tried it, but "same functionality as GetInCell" reads to me to mean that it has the exact same workings, i.e. same limitations. Maybe I'll test it later - at the moment, I have no need for it, as I've figured out a better way to do it anyway. | ||
:::::::[[User:Sarkandar|Sarkandar]] 19 October 2006: Of course months later, but a solution for this is to create a dummy interior cell called Wilderne (no this is not a typo) with nothing in it. Now you can do getincell on that one as it is an interior. The beauty of this solution is that this returns true if the name is '''included''' in the actual cell's name, so it will return true in a wilderness cell. | :::::::[[User:Sarkandar|Sarkandar]] 19 October 2006: Of course months later, but a solution for this is to create a dummy interior cell called Wilderne (no this is not a typo) with nothing in it. Now you can do getincell on that one as it is an interior. The beauty of this solution is that this returns true if the name is '''included''' in the actual cell's name, so it will return true in a wilderness cell. | ||
[[Category: | |||
:::::::[[User:DragoonWraith|<font face="Oblivion,Daedric Runes" size=2>D</font>ragoon <font face="Oblivion,Daedric Runes" size=2>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 18:52, 19 October 2006 (EDT): That's brilliant, thank you! | |||
[[Category:Answers]] |