Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JStage::TFog Struct Referenceabstract

#include <JSGFog.h>

+ Inheritance diagram for JStage::TFog:
+ Collaboration diagram for JStage::TFog:

Public Member Functions

virtual ~TFog ()=0
 
virtual s32 JSGFGetType () const
 
virtual bool JSGGetFogFunction () const
 
virtual void JSGSetFogFunction (GXFogType)
 
virtual f32 JSGGetStartZ () const
 
virtual void JSGSetStartZ (f32)
 
virtual f32 JSGGetEndZ () const
 
virtual void JSGSetEndZ (f32)
 
virtual GXColor JSGGetColor () const
 
virtual void JSGSetColor (GXColor)
 
- Public Member Functions inherited from JStage::TObject
virtual ~TObject ()=0
 
virtual bool JSGGetName () const
 
virtual void JSGUpdate ()
 
virtual u32 JSGGetFlag () const
 
virtual void JSGSetFlag (u32)
 
virtual bool JSGGetData (u32, void *, u32) const
 
virtual void JSGSetData (u32, void const *, u32)
 
virtual void JSGGetParent (JStage::TObject **, u32 *) const
 
virtual void JSGSetParent (JStage::TObject *, u32)
 
virtual void JSGSetRelation (bool, JStage::TObject *, u32)
 
virtual s32 JSGFindNodeID (char const *) const
 
virtual bool JSGGetNodeTransformation (u32, f32(*)[4]) const
 
void JSGFEnableFlag (u32 flag)
 
void JSGFDisableFlag (u32 flag)
 

Constructor & Destructor Documentation

◆ ~TFog()

JStage::TFog::~TFog ( )
pure virtual

Member Function Documentation

◆ JSGFGetType()

s32 JStage::TFog::JSGFGetType ( ) const
virtual

Implements JStage::TObject.

◆ JSGGetColor()

GXColor JStage::TFog::JSGGetColor ( ) const
virtual

◆ JSGGetEndZ()

f32 JStage::TFog::JSGGetEndZ ( ) const
virtual

◆ JSGGetFogFunction()

bool JStage::TFog::JSGGetFogFunction ( ) const
virtual

◆ JSGGetStartZ()

f32 JStage::TFog::JSGGetStartZ ( ) const
virtual

◆ JSGSetColor()

void JStage::TFog::JSGSetColor ( GXColor  )
virtual

Reimplemented in dDemo_fog_c.

◆ JSGSetEndZ()

void JStage::TFog::JSGSetEndZ ( f32  )
virtual

Reimplemented in dDemo_fog_c.

◆ JSGSetFogFunction()

void JStage::TFog::JSGSetFogFunction ( GXFogType  )
virtual

Reimplemented in dDemo_fog_c.

◆ JSGSetStartZ()

void JStage::TFog::JSGSetStartZ ( f32  )
virtual

Reimplemented in dDemo_fog_c.


The documentation for this struct was generated from the following files: