CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
Public Attributes | List of all members
animation_start_frames Struct Reference

#include <th_gfx.h>

Public Attributes

long north {-1}
 Animation start frame for the 'north' view.
 
long east {-1}
 Animation start frame for the 'east' view.
 
long south {-1}
 Animation start frame for the 'south' view.
 
long west {-1}
 Animation start frame for the 'west' view.
 

Detailed Description

Start frames of an animation, in each view direction. A negative number indicates there is no animation in that direction.

Member Data Documentation

◆ east

long animation_start_frames::east {-1}

Animation start frame for the 'east' view.

◆ north

long animation_start_frames::north {-1}

Animation start frame for the 'north' view.

◆ south

long animation_start_frames::south {-1}

Animation start frame for the 'south' view.

◆ west

long animation_start_frames::west {-1}

Animation start frame for the 'west' view.


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