SphereServer BugTracker - SphereServer
View Issue Details
0002134SphereServerexecutable - genericpublic06-02-13 22:1812-02-13 23:42
Mirravin 
Shaklaban 
normalminoralways
resolvedfixed 
 
 
Automated (specify build number)
None
None
1519
0002134: COMPONENTS of the point not working, if MAP not 0
28-07-2010, MrSugarCube
- Added 0001776: P.COMPONENTS to access multi components at a location in the same way as with
  P.STATICS. Usage is identical to P.STATICS, except that the COLOR property does not exist
  for multi components. P.COMPONENTS.n.MULTI can be used as a reference to the multi that
  contains the nth component at a location.

.xshow serv.map(x,y).components works fine.

.xshow serv.map(x,y,1).components always return 0.

The same in scripts.
No tags attached.
Issue History
06-02-13 22:18MirravinNew Issue
12-02-13 23:42ShaklabanNote Added: 0001477
12-02-13 23:42ShaklabanStatusnew => resolved
12-02-13 23:42ShaklabanResolutionopen => fixed
12-02-13 23:42ShaklabanAssigned To => Shaklaban

Notes
(0001477)
Shaklaban   
12-02-13 23:42   
should be fixed in tonights build. but usage is (x,y,z,m), not (x,y,m).