Function


mhcModuleNodeInit

Syntax

#include <mhc/ModuleNode.h>
void mhcModuleNodeInit( MhcModuleNode *module_node_ptr );

See Also

MhcModuleNode

Variable



gMhcModuleChunkParserList

Basically, the array of the parser for the NVF chunk('NHDR', 'REFR', 'MDUL', 'XTRN') Module handles.

Syntax

#include <mhc/ModuleNode.h>
MifChunkParser *gMhcModuleChunkParserList[ ];

Description

Basically, the array of the parser for the NVF chunk('NHDR', 'REFR', 'MDUL', 'XTRN') Module handles.

See Also

MifChunkParser

Structure



MhcModuleNode


#include <mhc/ModuleNode.h>
typedef struct _MhcModuleNode
{
    _msoDeriveFrom( MhcNode );
    u32 module_id;
} MhcModuleNode;