From: Peep P. <so...@us...> - 2004-06-08 20:19:14
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10678 Modified Files: Ideas Log Message: Superscope globals. Index: Ideas =================================================================== RCS file: /cvsroot/agd/server/Ideas,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Ideas 7 Jun 2004 15:31:39 -0000 1.8 +++ Ideas 8 Jun 2004 20:18:43 -0000 1.9 @@ -1,5 +1,8 @@ This file contains features that will be or will be not in AGD in the future. lpc: + * superscope global variables. Maybe called world scope? + i.e. global foo; - then can be accessed from any object. + And this_object/this_player are driver-defined world globals. * default values for arguments int foo(int i, int j = 1); * Argument type grouping |