[1363] in Coldmud discussion meeting

root meeting help first previous next next in chain last in chain last

[COLD] location, located, and thing_frob

daemon@ATHENA.MIT.EDU (Fri Nov 7 01:09:07 1997 )

Date: Thu, 6 Nov 1997 22:01:02 -0800 (PST)
From: BRANDON JOSEPH RICKMAN <ashes@ucla.edu>
To: coldstuff@cold.org
In-Reply-To: <Pine.BSF.3.96.970919083943.6892A-100000@roguetrader.com>

Some things I've noticed poking through the code for $located &c in my 
ColdCore 3.0a9.02 db:

$location.add_to_contents() - seems to be an outdated method, does this 
get called by anything?


$located.realm() - Gives: "Object variable realm not found", probably not 
a useful method anyway.


$located.uninit_guest_guest() - looks suspicious to me, maybe it's legit.


$located,obvious - used by .set_obvious(), but ignored by .is_obvious_to()


This is a very funny piece of code:
@program $located.environment() +access=pub
  return [this()] + location.environment().setremove(this());