orx  1.14
Portable Game Engine
orxRESOURCE_TYPE_INFO Struct Reference

#include <orxResource.h>

Data Fields

orxRESOURCE_FUNCTION_CLOSE pfnClose
 
orxRESOURCE_FUNCTION_DELETE pfnDelete
 
orxRESOURCE_FUNCTION_GET_SIZE pfnGetSize
 
orxRESOURCE_FUNCTION_GET_TIME pfnGetTime
 
orxRESOURCE_FUNCTION_LOCATE pfnLocate
 
orxRESOURCE_FUNCTION_OPEN pfnOpen
 
orxRESOURCE_FUNCTION_READ pfnRead
 
orxRESOURCE_FUNCTION_SEEK pfnSeek
 
orxRESOURCE_FUNCTION_TELL pfnTell
 
orxRESOURCE_FUNCTION_WRITE pfnWrite
 
const orxSTRING zTag
 

Detailed Description

Resource type info

Definition at line 75 of file orxResource.h.

Field Documentation

orxRESOURCE_FUNCTION_CLOSE orxRESOURCE_TYPE_INFO::pfnClose

Close function, mandatory

Definition at line 81 of file orxResource.h.

orxRESOURCE_FUNCTION_DELETE orxRESOURCE_TYPE_INFO::pfnDelete

Delete function, optional, for deletion support

Definition at line 87 of file orxResource.h.

orxRESOURCE_FUNCTION_GET_SIZE orxRESOURCE_TYPE_INFO::pfnGetSize

GetSize function, mandatory

Definition at line 82 of file orxResource.h.

orxRESOURCE_FUNCTION_GET_TIME orxRESOURCE_TYPE_INFO::pfnGetTime

GetTime function, optional, for hotload support

Definition at line 79 of file orxResource.h.

orxRESOURCE_FUNCTION_LOCATE orxRESOURCE_TYPE_INFO::pfnLocate

Locate function, mandatory

Definition at line 78 of file orxResource.h.

orxRESOURCE_FUNCTION_OPEN orxRESOURCE_TYPE_INFO::pfnOpen

Open function, mandatory

Definition at line 80 of file orxResource.h.

orxRESOURCE_FUNCTION_READ orxRESOURCE_TYPE_INFO::pfnRead

Read function, mandatory

Definition at line 85 of file orxResource.h.

orxRESOURCE_FUNCTION_SEEK orxRESOURCE_TYPE_INFO::pfnSeek

Seek function, mandatory

Definition at line 83 of file orxResource.h.

orxRESOURCE_FUNCTION_TELL orxRESOURCE_TYPE_INFO::pfnTell

Tell function, mandatory

Definition at line 84 of file orxResource.h.

orxRESOURCE_FUNCTION_WRITE orxRESOURCE_TYPE_INFO::pfnWrite

Write function, optional, for write support

Definition at line 86 of file orxResource.h.

const orxSTRING orxRESOURCE_TYPE_INFO::zTag

Unique tag, mandatory

Definition at line 77 of file orxResource.h.


The documentation for this struct was generated from the following file:

Generated for orx by doxygen 1.8.11