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 Sven2
private if it's not supposed to be called from outside and nothing otherwise.

protected doesn't really make sense because engine callbacks are part of the public interface. There's no reason for a script to not call them.

The only exception might be timer/effect callbacks. But since the engine can also call private, they can as well be private.

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill