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

Specialized loader for walking animations. More...

#include <RunWalkAnimations.hpp>

+ Inheritance diagram for core::res::RunWalkAnimationLoader:

Public Member Functions

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

Detailed Description

Specialized loader for walking animations.

Definition at line 51 of file RunWalkAnimations.hpp.

Member Function Documentation

◆ load()

bool core::res::RunWalkAnimationLoader::load ( const std::string &  path,
const char *  ,
std::size_t  ,
std::istream &  ,
RunWalkAnimations 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 65 of file RunWalkAnimations.cpp.


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