[61] in Coldmud discussion meeting

root meeting help first previous next last

clearp props--a semi alternative

daemon@ATHENA.MIT.EDU (Sat Nov 20 13:16:13 1993 )

Date: Sat, 20 Nov 1993 11:05:59 -0600 (MDT)
From: Lynx <BRANDON@cc.usu.edu>
To: coldstuff@MIT.EDU
X-Vms-To: IN%"coldstuff@mit.edu"

Ok, if we arent going to have clear props, perhaps we could add in a code
function (or whatever its called) which is used the same way
disallow_overrides; is (ie declared at the beginning), such as: 
use_parent_params; or something.  if this was declared it when it goes to
access a param, like:

foo = param;
or param = foo;
or whatever (where param is on that object), the server (with that flag) would:

param == 0 ? return obj.parent.param | return param;

yes you can code that yourself, but that is a royal pain to code everywhere,
and it is almost completely unneeded, as I know for many things you would end
up coding that TONS of times...

any comments?

oh, and without the use_parent_params; flag it would act as it does...

-Brandon/Lynx/Me.