cvsuser     04/02/27 09:26:38

  Modified:    docs/pdds pdd15_objects.pod
  Log:
  Explain that attribute setting involves actual assignment, not copying
  
  Revision  Changes    Path
  1.32      +3 -1      parrot/docs/pdds/pdd15_objects.pod
  
  Index: pdd15_objects.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -w -r1.31 -r1.32
  --- pdd15_objects.pod 26 Feb 2004 20:07:44 -0000      1.31
  +++ pdd15_objects.pod 27 Feb 2004 17:26:37 -0000      1.32
  @@ -317,7 +317,9 @@
   
   =item setattribute Px, Iy, Pz
   
  -Set the attribute Iy of object Px to Pz
  +Set the attribute Iy of object Px to Pz. Note that this op stores the
  +B<actual> PMC rather than a copy, and so if the PMC's value is subsequently 
  +changed, the value of the attribute will also change.
   
   =item setattribute Px, Sy, Pz (Unimplemented)
   
  
  
  

Reply via email to