orx  1.14
Portable Game Engine
orxAnimPointer.h File Reference
#include "orxInclude.h"
#include "anim/orxAnimSet.h"

Go to the source code of this file.

Typedefs

typedef struct __orxANIMPOINTER_t orxANIMPOINTER
 

Functions

orxDLLAPI orxANIMPOINTER *orxFASTCALL orxAnimPointer_Create (orxANIMSET *_pstAnimSet)
 
orxDLLAPI orxANIMPOINTER *orxFASTCALL orxAnimPointer_CreateFromConfig (const orxSTRING _zConfigID)
 
orxDLLAPI orxSTATUS orxFASTCALL orxAnimPointer_Delete (orxANIMPOINTER *_pstAnimPointer)
 
orxDLLAPI void orxFASTCALL orxAnimPointer_Exit ()
 
orxDLLAPI orxANIMSET *orxFASTCALL orxAnimPointer_GetAnimSet (const orxANIMPOINTER *_pstAnimPointer)
 
orxDLLAPI orxU32 orxFASTCALL orxAnimPointer_GetCurrentAnim (const orxANIMPOINTER *_pstAnimPointer)
 
orxDLLAPI orxSTRUCTURE *orxFASTCALL orxAnimPointer_GetCurrentAnimData (const orxANIMPOINTER *_pstAnimPointer)
 
orxDLLAPI const orxSTRING orxFASTCALL orxAnimPointer_GetCurrentAnimName (const orxANIMPOINTER *_pstAnimPointer)
 
orxDLLAPI orxFLOAT orxFASTCALL orxAnimPointer_GetFrequency (const orxANIMPOINTER *_pstAnimPointer)
 
orxDLLAPI orxU32 orxFASTCALL orxAnimPointer_GetTargetAnim (const orxANIMPOINTER *_pstAnimPointer)
 
orxDLLAPI const orxSTRING orxFASTCALL orxAnimPointer_GetTargetAnimName (const orxANIMPOINTER *_pstAnimPointer)
 
orxDLLAPI orxFLOAT orxFASTCALL orxAnimPointer_GetTime (const orxANIMPOINTER *_pstAnimPointer)
 
orxDLLAPI orxSTATUS orxFASTCALL orxAnimPointer_Init ()
 
orxDLLAPI orxSTATUS orxFASTCALL orxAnimPointer_Pause (orxANIMPOINTER *_pstAnimPointer, orxBOOL _bPause)
 
orxDLLAPI orxSTATUS orxFASTCALL orxAnimPointer_SetCurrentAnim (orxANIMPOINTER *_pstAnimPointer, orxU32 _u32AnimID)
 
orxDLLAPI orxSTATUS orxFASTCALL orxAnimPointer_SetCurrentAnimFromName (orxANIMPOINTER *_pstAnimPointer, const orxSTRING _zAnimName)
 
orxDLLAPI orxSTATUS orxFASTCALL orxAnimPointer_SetFrequency (orxANIMPOINTER *_pstAnimPointer, orxFLOAT _fFrequency)
 
orxDLLAPI orxSTATUS orxFASTCALL orxAnimPointer_SetTargetAnim (orxANIMPOINTER *_pstAnimPointer, orxU32 _u32AnimID)
 
orxDLLAPI orxSTATUS orxFASTCALL orxAnimPointer_SetTargetAnimFromName (orxANIMPOINTER *_pstAnimPointer, const orxSTRING _zAnimName)
 
orxDLLAPI orxSTATUS orxFASTCALL orxAnimPointer_SetTime (orxANIMPOINTER *_pstAnimPointer, orxFLOAT _fTime)
 
orxDLLAPI void orxFASTCALL orxAnimPointer_Setup ()
 

Detailed Description


Generated for orx by doxygen 1.8.11