8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
case getRefCoordSys() of
|
|
(
|
|
#local: setRefCoordSys #hybrid
|
|
#hybrid: setRefCoordSys #screen
|
|
#screen: setRefCoordSys #world
|
|
#world: setRefCoordSys #parent
|
|
#parent: setRefCoordSys #local
|
|
) |