NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
nnl::colbox Namespace Reference

Provides structures and functions for working with collision boxes of entities. More...

Classes

struct  ColBoxConfig
 Represents the configuration for various collision boxes of a character. More...
struct  CollisionBox14
 Represents a collision box. More...
struct  CollisionBox18
 Represents a collision box. More...
struct  CollisionBox20
 Represents a collision box in a hitbox config. More...
struct  HitboxConfig
 Represents a hitbox config. More...

Functions

bool IsOfType (BufferView buffer)
 Tests if the provided file is a collision box config.
ColBoxConfig Import (BufferView buffer)
 Parses a binary file and converts it to a structured CollisionBoxConfig.
Buffer Export (const ColBoxConfig &colbox_config)
 Converts a CollisionBoxConfig to a binary file representation.

Detailed Description

Provides structures and functions for working with collision boxes of entities.

See also
nnl::colbox::ColBoxConfig
nnl::colbox::IsOfType
nnl::colbox::Import
nnl::colbox::Export