Skip to content
Version 2.11.0
↓ Get the launcher

IGameDataWorld interface

Static-data lookups for world-related rows.

public interface IGameDataWorld
name description
GetMap(…) Returns the map row for id, or null if unknown.
GetMonster(…) Returns the monster row for id, or null if unknown.
GetMonsterByEntity(…) Resolves the MonsterInfo for a live entity by reading the entity’s config/template id from the cached combat-wire attribute (attr id 10 = AttrTypeIds.AttrId), then looking up the monster table. Returns null when the entity has no cached attr-10 value, when the config id is absent from the monster table, or when the monster table has not yet been loaded.
GetNpc(…) Returns the NPC row for id, or null if unknown.
GetScene(…) Returns the scene row for id, or null if unknown.