This question seems so obvious I almost feel silly asking, but after searching everywhere I just can't seem to find it.
In CK there is a clear parent/child relationship between a Location and the Cells it contains.
How can I programmatically get a list of cells for a given location?
(GetParentCell and GetCurrentLocation seem to be of limited use. And there doesn't even seem to be a function to get the Location of a given Cell.)
I'm certain I'm missing something simple and obvious. Thanks in advance for your help.