OpenBarnyard
 
Loading...
Searching...
No Matches
AToshiAnimationInterface::AnimEvent Struct Reference

#include <AToshiAnimationInterface.h>

Public Member Functions

void SetSimpleEvent (ANIMEVENT_TYPE a_eType, TBOOL a_bIsOverlay, const Toshi::TPString8 &a_strAnimationName, TFLOAT a_fTimeToBreakpoint)
 
void SetBreakpointEvent (AAnimationBreakpoint *a_pBreakpoint, TBOOL a_bIsOverlay, const Toshi::TPString8 &a_strAnimationName, TFLOAT a_fTimeToBreakpoint)
 

Public Attributes

ANIMEVENT_TYPE eType
 
TBOOL bIsOverlay
 
Toshi::TPString8 strAnimationName
 
AAnimationBreakpointpNextBreakpoint
 
TFLOAT fTimeFromBreakpoint
 

Detailed Description

Definition at line 47 of file AToshiAnimationInterface.h.

Member Function Documentation

◆ SetBreakpointEvent()

void AToshiAnimationInterface::AnimEvent::SetBreakpointEvent ( AAnimationBreakpoint * a_pBreakpoint,
TBOOL a_bIsOverlay,
const Toshi::TPString8 & a_strAnimationName,
TFLOAT a_fTimeToBreakpoint )

◆ SetSimpleEvent()

void AToshiAnimationInterface::AnimEvent::SetSimpleEvent ( ANIMEVENT_TYPE a_eType,
TBOOL a_bIsOverlay,
const Toshi::TPString8 & a_strAnimationName,
TFLOAT a_fTimeToBreakpoint )

Definition at line 610 of file AToshiAnimationInterface.cpp.

611{
612 eType = a_eType;
613 bIsOverlay = a_bIsOverlay;
614 strAnimationName = a_strAnimationName;
616 a_fTimeToBreakpoint = fTimeFromBreakpoint;
617}
#define TNULL
Definition Typedefs.h:23

Member Data Documentation

◆ bIsOverlay

TBOOL AToshiAnimationInterface::AnimEvent::bIsOverlay

Definition at line 50 of file AToshiAnimationInterface.h.

◆ eType

ANIMEVENT_TYPE AToshiAnimationInterface::AnimEvent::eType

Definition at line 49 of file AToshiAnimationInterface.h.

◆ fTimeFromBreakpoint

TFLOAT AToshiAnimationInterface::AnimEvent::fTimeFromBreakpoint

Definition at line 53 of file AToshiAnimationInterface.h.

◆ pNextBreakpoint

AAnimationBreakpoint* AToshiAnimationInterface::AnimEvent::pNextBreakpoint

Definition at line 52 of file AToshiAnimationInterface.h.

◆ strAnimationName

Toshi::TPString8 AToshiAnimationInterface::AnimEvent::strAnimationName

Definition at line 51 of file AToshiAnimationInterface.h.


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