Not logged inOpenClonk Forum
Up Topic C4Script Guidelines

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 Zapper
As more people seem to be in favour of always using private&public now..

-------------------------
Non-global methods that are part of a public interface and intended to be called from other objects or scripts, should be prefixed with the public keyword. As a part of the public interface of an object public methods should be documented with comments accordingly.
Non-interface methods should be prefixed with the private keyword. Do not leave out the access specifier. The keyword protected is deprecated.
-------------------------

?

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill