Logo
Explore Help
Register Sign In
Miko/node-metaverse
1
0
Fork 0
You've already forked node-metaverse
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6ecad4db558cbd939b665fc5a2a85b818a86bdaf
node-metaverse/lib/classes/public/interfaces/MapLocation.ts

15 lines
343 B
TypeScript
Raw Normal View History

Significant tidy-up. Update msg_template and add new ObjectAnimation message. Tidy up imports. Added buffer overrun check to the packet decoders since the message template doesn't seem to always correspond with what we receive (Specifically, MapBlockReply's new Size parameter)
2020-01-06 12:10:40 +00:00
import { UUID } from '../../UUID';
[BREAKING CHANGES] - Add new commands module for the Friends list, add new events for friends online/offline, friend rights management, friend map lookup
2018-10-12 14:34:43 +01:00
import * as Long from 'long';
Significant tidy-up. Update msg_template and add new ObjectAnimation message. Tidy up imports. Added buffer overrun check to the packet decoders since the message template doesn't seem to always correspond with what we receive (Specifically, MapBlockReply's new Size parameter)
2020-01-06 12:10:40 +00:00
import { Vector2 } from '../../Vector2';
[BREAKING CHANGES] - Add new commands module for the Friends list, add new events for friends online/offline, friend rights management, friend map lookup
2018-10-12 14:34:43 +01:00
export interface MapLocation {
'regionName': string;
'mapImage': UUID;
'regionHandle': Long,
'regionX': number,
'regionY': number,
'localX': number,
'localY': number,
'avatars': Vector2[]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 196ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API