Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/cPostEffectComposite"

From Frictional Wiki
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== cPostEffectComposite has no public fields....")
 
(No difference)

Latest revision as of 23:50, 15 November 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

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

Returns:

  • void

GetPostEffect

iPostEffect@ GetPostEffect(int alIdx)


Parameters

  • alIdx (int) —

Returns:

  • iPostEffect@

GetPostEffectFromType

iPostEffect@ GetPostEffectFromType(const tString &in asType)


Parameters

Returns:

  • iPostEffect@

GetPostEffectNum

int GetPostEffectNum()

Returns:

  • int

HasActiveEffects

bool HasActiveEffects()

Returns:

  • bool

RemovePostEffect

void RemovePostEffect(iPostEffect@ apPostEffect)


Parameters

Returns:

  • void

References

See all references...