add info about other types
This commit is contained in:
@ -160,6 +160,10 @@ window.getTypeByGuid = function(guid) {
|
|||||||
// .c == player/creator
|
// .c == player/creator
|
||||||
// .d == chat messages
|
// .d == chat messages
|
||||||
//
|
//
|
||||||
|
// others, not used in web:
|
||||||
|
// .5 == resources (burster/resonator)
|
||||||
|
// .6 == XM
|
||||||
|
// .4 == media items, maybe all droppped resources (?)
|
||||||
// resonator guid is [portal guid]-resonator-[slot]
|
// resonator guid is [portal guid]-resonator-[slot]
|
||||||
switch(guid.slice(33)) {
|
switch(guid.slice(33)) {
|
||||||
case '11':
|
case '11':
|
||||||
|
Reference in New Issue
Block a user