HPL3/Amnesia: Rebirth/Scripting/cPostEffectComposite
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
cPostEffectComposite has no public fields.
Functions
Return Type | Function And Description |
---|---|
void | AddPostEffect(iPostEffect@ apPostEffect, int alPrio) |
iPostEffect | GetPostEffect(int alIdx) |
iPostEffect | GetPostEffectFromType(const tString &in asType) |
int | GetPostEffectNum() |
bool | HasActiveEffects() |
void | RemovePostEffect(iPostEffect@ apPostEffect) |
Details
AddPostEffect
void AddPostEffect(iPostEffect@ apPostEffect,
int alPrio)
Parameters
- apPostEffect (iPostEffect@) —
- alPrio (int) —
Returns:
- void
GetPostEffect
iPostEffect@ GetPostEffect(int alIdx)
Parameters
- alIdx (int) —
Returns:
- iPostEffect@—
GetPostEffectFromType
iPostEffect@ GetPostEffectFromType(const tString &in asType)
Parameters
- asType (tString) —
Returns:
- iPostEffect@—
GetPostEffectNum
int GetPostEffectNum()
Returns:
- int—
HasActiveEffects
bool HasActiveEffects()
Returns:
- bool—
RemovePostEffect
void RemovePostEffect(iPostEffect@ apPostEffect)
Parameters
- apPostEffect (iPostEffect@) —
Returns:
- void