Not logged inOpenClonk Forum
Up Topic local vs. global coordinates

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Clonk-Karl
In CR and previous titles there was often confusion between local and global coordinates because some engine functions use local coordinates (CreateObject, FindObject, ...) and others use global coordinates (PathFree, SetCommand, ...). So we should consider changing all functions to use the same kind of coordinates. This is an informal poll to find out whether scripters prefer local or global coordinates for everything.

Local coordinates require less typing in typical situations but global coordinates have the advantage that coordinates are the same for everything in C4Script especially including the scenario script.

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill