LiveMap API
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 NLiveMap
 NTests
 CColormapChunkingTestTests for the chunking logic used in colormap packet transfer. These tests verify the core chunking algorithm without requiring Vintage Story dependencies
 CExampleTest
 CExtensionsTest
 CJsonConvertersTestTests for custom JSON converters to ensure proper null handling. NOTE: TileTypeJsonConverter tests are omitted due to VintagestoryAPI dependency, but the converter has been fixed to handle nulls properly (WriteJson now writes null explicitly)
 CLRUCacheTest
 CMathfTest
 CWebServerCacheTestTests for the WebServer file cache implementation. Tests cache behavior including CachedResource functionality and content type detection
 Nlivemap
 Ncommand
 CAbstractCommand
 CCommandHandler
 Nconfiguration
 CConfig
 CConfigManager
 CHttpd
 CLayers
 CPlayers
 CRender
 CSpawn
 CTraders
 CTranslocators
 CUi
 CVSCartographer
 CWeb
 CZoom
 Ndata
 CChunkLoader
 CColorRepresents a 24 bit Color
 CColormap
 COpacity
 CPointRepresents a point on the map
 CSepiaColors
 Njson
 CColorJsonConverterConverter for Color to/from string/uint
 COpacityJsonConverterConverter for Opacity to/from double/byte
 CPointJsonConverterConverter for array to/from point
 CTileTypeJsonConverter
 Nlayer
 Nbuiltin
 CTradersLayer
 CTranslocatorsLayer
 CVSCartographerLayer
 Nmarker
 Noptions
 Ntype
 CCircleOptionsOptional settings for the Circle marker
 CEllipseOptionsOptional settings for the Ellipse marker
 CIconOptionsOptional settings for the Icon marker
 CPolygonOptionsOptional settings for the Polygon marker
 CPolylineOptionsOptional settings for the Polyline marker
 CRectangleOptionsOptional settings for the Rectangle marker
 CBaseOptionsA set of base options for markers and overlays
 CDivOverlayOptionsOptional settings for TooltipOptions and PopupOptions overlays
 CInteractiveLayerOptionsA set of options for an interactive overlay layer on the map
 CLayerOptionsA set of options for an overlay layer on the map
 CPathOptionsA set of options shared between vector overlays
(Polygon, Polyline, Circle, etc.)
 CPopupOptionsOptional settings for popup overlays
 CTooltipOptionsOptional settings for tooltip overlays
 CCircleThe circle marker is used to draw circle overlays on the map
 CEllipseThe ellipse marker is used to draw ellipse overlays on the map
 CIconThe icon marker is used to display clickable/draggable icons on the map
 CMarkerRepresents a marker on the map
 CPolygonThe polygon marker is used to draw polygon overlays on the map
 CPolylineThe polyline marker is used to draw polyline overlays on the map
 CRectangleThe rectangle marker is used to draw rectangle overlays on the map
 Nnetwork
 CColormapChunkPacketA single chunk of colormap data for chunked transfer. Used to avoid exceeding Vintage Story's packet size limit
 CColormapPacket
 CColormapReceiverManages reassembly of chunked colormap transfers from clients
 CNetworkHandler
 CPacket
 Nregistry
 CKeyed
 Nrender
 CBlockData
 Ntask
 CAsyncTaskManager
 CRenderTaskManager
 Ntile
 CTileImage
 CTileType
 Nutil
 CFiles
 CFileWatcher
 CLogger
 CLRUCache< TKey, TValue >Thread-safe LRU (Least Recently Used) cache implementation. Provides O(1) get and put operations with automatic eviction when capacity is exceeded
 CMathf
 CEventCoordinator
 CLiveMap
 CLiveMapClient
 CLiveMapMod