Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
f_pc_line_tag.h File Reference

Go to the source code of this file.

Classes

struct  line_tag
 

Typedefs

typedef struct line_tag line_tag
 

Functions

s32 fpcLnTg_Move (line_tag *pLineTag, int newLineListID)
 
void fpcLnTg_QueueTo (line_tag *pLineTag)
 
s32 fpcLnTg_ToQueue (line_tag *pLineTag, int lineListID)
 
void fpcLnTg_Init (line_tag *pLineTag, void *pData)
 

Typedef Documentation

◆ line_tag

Function Documentation

◆ fpcLnTg_Init()

void fpcLnTg_Init ( line_tag pLineTag,
void pData 
)

◆ fpcLnTg_Move()

s32 fpcLnTg_Move ( line_tag i_lineTag,
int  i_newListID 
)

f_pc_line_tag.cpp Framework - Process Line Tag

◆ fpcLnTg_QueueTo()

void fpcLnTg_QueueTo ( line_tag pLineTag)

◆ fpcLnTg_ToQueue()

s32 fpcLnTg_ToQueue ( line_tag pLineTag,
int  lineListID 
)