Pulsar  3d3a057
Data Structures | Enumerations | Functions
bfgrp.h File Reference

Group init. More...

#include <pulsar/archive/archive.h>
#include <pulsar/bfgrp/bfgrp_internal.h>

Go to the source code of this file.

Data Structures

struct  PLSR_BFGRP
 Group file. More...
 

Enumerations

enum  PLSR_BFGRPCategoryType {
  PLSR_BFGRPCategoryType_Init = 0,
  PLSR_BFGRPCategoryType_Location
}
 Group method categories.
 

Functions

PLSR_RC plsrBFGRPOpen (const char *path, PLSR_BFGRP *out)
 Open from a file at specified path. More...
 
PLSR_RC plsrBFGRPOpenInside (const PLSR_Archive *ar, u32 offset, PLSR_BFGRP *out)
 Open from inside another archive at specified offset. More...
 
void plsrBFGRPClose (PLSR_BFGRP *bfgrp)
 Close archive, releasing resources if applicable. More...
 

Detailed Description

Group init.

Function Documentation

◆ plsrBFGRPClose()

void plsrBFGRPClose ( PLSR_BFGRP bfgrp)

Close archive, releasing resources if applicable.

◆ plsrBFGRPOpen()

PLSR_RC plsrBFGRPOpen ( const char *  path,
PLSR_BFGRP out 
)

Open from a file at specified path.

Note
Path is not stored by default unless specified using plsrArchiveOpenEx()

◆ plsrBFGRPOpenInside()

PLSR_RC plsrBFGRPOpenInside ( const PLSR_Archive ar,
u32  offset,
PLSR_BFGRP out 
)

Open from inside another archive at specified offset.