Difference between revisions of "Script Comparison Tests"
Jump to navigation
Jump to search
Category link
imported>Haama (Created) |
imported>Haama (Category link) |
||
Line 38: | Line 38: | ||
<pre>if (Object1.GetParentCell == SomeCell)</pre> | <pre>if (Object1.GetParentCell == SomeCell)</pre> | ||
is also slower than GetInSameCell. However, this might also mean that 2 GetParentCell functions might be faster than 2 GetInSameCell functions. | is also slower than GetInSameCell. However, this might also mean that 2 GetParentCell functions might be faster than 2 GetInSameCell functions. | ||
[[Category:Code Optimization]] |