Changes between Initial Version and Version 1 of Ticket #334
- Timestamp:
- Jul 9, 2009, 3:07:54 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #334 – Description
initial v1 4 4 1. Accessibility: Console commands should have access permissions. 5 5 1. Dispatching: What about console commands that can be applied not to one single static function but to all objects of a member function? It would be almost like the config values but with 5 possible different arguments and no ini-file entry. 6 1. Preconditions: Is it really necessary that all classes using CC must derive from OrxonoxClass? It is of course mandatory for 4. 6 7 7 8 There is already some basic construct to realise accessibility but it is not yet implemented. I think this might be quite important because sometimes these console commands ease programming by magnitudes if you want to avoid some singleton-hacking or so.