Difference between revisions of "HPL3/SOMA/Scripting/cViewport"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
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== cViewport has no public fields. ==Functi...")
 
 
Line 68: Line 68:
 
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetWorld || [[../cWorld|<syntaxhighlight lang="c++" inline>cWorld@ apWorld</syntaxhighlight>]],<br /><syntaxhighlight lang="c++" inline>bool abResetEffects = false</syntaxhighlight> ||
 
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetWorld || [[../cWorld|<syntaxhighlight lang="c++" inline>cWorld@ apWorld</syntaxhighlight>]],<br /><syntaxhighlight lang="c++" inline>bool abResetEffects = false</syntaxhighlight> ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:24, 6 August 2020

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

Fields

cViewport has no public fields.

Functions

Return Type Function Name Parameters Description
void AddGuiSet cGuiSet@ apSet
void AddRendererCallback iRendererCallback@ apCallback
void AddViewportCallback iViewportCallback@ apCallback
cCamera@ GetCamera
iFrameBuffer@ GetFrameBuffer
const cVector2l& GetPosition
cPostEffectComposite@ GetPostEffectComposite
iRenderer@ GetRenderer
cRenderSettings@ GetRenderSettings
const cVector2l& GetSize
cPostEffect_ToneMapping@ GetToneMappingEffect
cWorld@ GetWorld
bool IsActive
bool IsListener
bool IsVisible
void RemoveGuiSet cGuiSet@ apSet
void RemoveRendererCallback iRendererCallback@ apCallback
void RemoveViewportCallback iViewportCallback@ apCallback
void SetActive bool abX
void SetCamera cCamera@ apCamera
void SetFrameBuffer iFrameBuffer@ apFrameBuffer
void SetIsListener bool abX
void SetPosition const cVector2l &in avPos
void SetPostEffectComposite cPostEffectComposite@ apPostEffectComposite
void SetRenderer iRenderer@ apRenderer
void SetSize const cVector2l &in avSize
void SetVisible bool abX
void SetWorld cWorld@ apWorld,
bool abResetEffects = false

References

See all references...