Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Member Functions | List of all members
core::res::WalkAnimationLoader Struct Reference

Specialized loader for walking animations. More...

#include <WalkAnimations.hpp>

+ Inheritance diagram for core::res::WalkAnimationLoader:

Public Member Functions

virtual bool load (const std::string &path, const char *, std::size_t, std::istream &, WalkAnimations &result) override
 Loads the walking animations from the given path. More...
 

Detailed Description

Specialized loader for walking animations.

Definition at line 52 of file WalkAnimations.hpp.

Member Function Documentation

◆ load()

bool core::res::WalkAnimationLoader::load ( const std::string &  path,
const char *  ,
std::size_t  ,
std::istream &  ,
WalkAnimations result 
)
overridevirtual

Loads the walking animations from the given path.

Parameters
pathThe path to the set of walking animations
Unused
Unused
Unused
resultThe animation object to populate
Returns
True on success, false on error

Definition at line 41 of file WalkAnimations.cpp.


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