VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK

◆ Load()

static EntityDesc VoK.Sdk.Common.EntityDesc.Load ( IDatFile  clientGameLogic,
uint  id,
IPropertyMaster  propertyMaster 
)
static

Loads an EntityDesc from the provided client_gamelogic dat file. Does not cache.

Parameters
clientGameLogicloaded IDatFile instance of client_gamelogic.dat
id0x47 ID of the desired EntityDesc
propertyMasterProperty Master needed for property extraction.
Returns
Null if not found or an invalid ID. A loaded EntityDesc otherwise.