#include "orxInclude.h"#include "render/orxFX.h"#include "object/orxStructure.h"Go to the source code of this file.
Defines | |
| #define | orxFXPOINTER_KU32_FX_NUMBER 4 |
Typedefs | |
| typedef struct __orxFXPOINTER_t | orxFXPOINTER |
Functions | |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_AddDelayedFX (orxFXPOINTER *_pstFXPointer, orxFX *_pstFX, orxFLOAT _fDelay) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_AddDelayedFXFromConfig (orxFXPOINTER *_pstFXPointer, const orxSTRING _zFXConfigID, orxFLOAT _fDelay) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_AddFX (orxFXPOINTER *_pstFXPointer, orxFX *_pstFX) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_AddFXFromConfig (orxFXPOINTER *_pstFXPointer, const orxSTRING _zFXConfigID) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_AddUniqueDelayedFXFromConfig (orxFXPOINTER *_pstFXPointer, const orxSTRING _zFXConfigID, orxFLOAT _fDelay) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_AddUniqueFXFromConfig (orxFXPOINTER *_pstFXPointer, const orxSTRING _zFXConfigID) |
| orxDLLAPI orxFXPOINTER *orxFASTCALL | orxFXPointer_Create (const orxSTRUCTURE *_pstOwner) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_Delete (orxFXPOINTER *_pstFXPointer) |
| orxDLLAPI void orxFASTCALL | orxFXPointer_Enable (orxFXPOINTER *_pstFXPointer, orxBOOL _bEnable) |
| orxDLLAPI void orxFASTCALL | orxFXPointer_Exit () |
| orxDLLAPI orxSTRUCTURE *orxFASTCALL | orxFXPointer_GetOwner (const orxFXPOINTER *_pstFXPointer) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_Init () |
| orxDLLAPI orxBOOL orxFASTCALL | orxFXPointer_IsEnabled (const orxFXPOINTER *_pstFXPointer) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_RemoveFX (orxFXPOINTER *_pstFXPointer, orxFX *_pstFX) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxFXPointer_RemoveFXFromConfig (orxFXPOINTER *_pstFXPointer, const orxSTRING _zFXConfigID) |
| orxDLLAPI void orxFASTCALL | orxFXPointer_Setup () |
Definition in file orxFXPointer.h.
1.5.6