Table of Contents

Class World

Namespace
ValveResourceFormat.ResourceTypes
Assembly
ValveResourceFormat.dll

Represents a world resource.

public class World : KeyValuesOrNTRO

Inheritance

Inherited Members

Extension Methods

Methods

GetEntityLumpNames()

Gets the entity lump names.

public IReadOnlyCollection<string> GetEntityLumpNames()

Returns

IReadOnlyCollection<string>

GetWorldLightingInfo()

Gets the world lighting information.

public KVObject GetWorldLightingInfo()

Returns

KVObject

GetWorldNodeNames()

Gets the world node names.

public IReadOnlyCollection<string> GetWorldNodeNames()

Returns

IReadOnlyCollection<string>