AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <Model.hpp>
Public Member Functions | |
Model (const void *Obj) | |
Model ()=default | |
Model (Model &&Obj)=default | |
Model (const Model &Obj)=default | |
Model & | operator= (Model &&Obj)=default |
Model & | operator= (const Model &Obj)=default |
std::vector< std::vector< std::int32_t > > | GetFrameMapIndices () const |
std::vector< std::int32_t > | GetIndicesA () const |
std::vector< std::int32_t > | GetIndicesB () const |
std::vector< std::int32_t > | GetIndicesC () const |
std::int32_t | GetIndicesLength () const |
std::int32_t | GetVerticesLength () const |
std::vector< std::int32_t > | GetVerticesX () const |
std::vector< std::int32_t > | GetVerticesY () const |
std::vector< std::int32_t > | GetVerticesZ () const |
Public Member Functions inherited from Internal::Renderable | |
Renderable (const void *Obj) | |
Renderable ()=default | |
Renderable (Renderable &&Obj)=default | |
Renderable (const Renderable &Obj)=default | |
Renderable & | operator= (Renderable &&Obj)=default |
Renderable & | operator= (const Renderable &Obj)=default |
std::int32_t | GetModelHeight () const |
Public Member Functions inherited from Internal::CacheableNode | |
CacheableNode (const void *Obj) | |
CacheableNode ()=default | |
CacheableNode (CacheableNode &&Obj)=default | |
CacheableNode (const CacheableNode &Obj)=default | |
CacheableNode & | operator= (CacheableNode &&Obj)=default |
CacheableNode & | operator= (const CacheableNode &Obj)=default |
CacheableNode | GetNext () const |
CacheableNode | GetPrev () const |
Public Member Functions inherited from Internal::Node | |
Node (const void *Obj) | |
Node ()=default | |
Node (Node &&Obj)=default | |
Node (const Node &Obj)=default | |
Node & | operator= (Node &&Obj)=default |
Node & | operator= (const Node &Obj)=default |
Node | GetNext () const |
Node | GetPrev () const |
std::int64_t | GetUID () const |
Public Member Functions inherited from Internal::Object | |
Object (const void *Obj=nullptr) | |
Object (Object &&Obj) | |
Object (const Object &Obj) | |
Object & | operator= (Object &&Obj) |
Object & | operator= (const Object &Obj) |
bool | operator== (const Object &O) const |
bool | operator!= (const Object &O) const |
operator bool () const | |
operator void * () const | |
bool | Equals (Object O) const |
bool | InstanceOf (Class C) const |
virtual | ~Object () |
Static Public Member Functions | |
static Class | GetClass () |
Static Public Member Functions inherited from Internal::Renderable | |
static Class | GetClass () |
Static Public Member Functions inherited from Internal::CacheableNode | |
static Class | GetClass () |
Static Public Member Functions inherited from Internal::Node | |
static Class | GetClass () |
Additional Inherited Members | |
Public Attributes inherited from Internal::Object | |
void * | Obj = nullptr |
Internal::Model::Model | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
|
static |
std::vector<std::vector<std::int32_t> > Internal::Model::GetFrameMapIndices | ( | ) | const |
std::vector<std::int32_t> Internal::Model::GetIndicesA | ( | ) | const |
std::vector<std::int32_t> Internal::Model::GetIndicesB | ( | ) | const |
std::vector<std::int32_t> Internal::Model::GetIndicesC | ( | ) | const |
std::int32_t Internal::Model::GetIndicesLength | ( | ) | const |
std::int32_t Internal::Model::GetVerticesLength | ( | ) | const |
std::vector<std::int32_t> Internal::Model::GetVerticesX | ( | ) | const |
std::vector<std::int32_t> Internal::Model::GetVerticesY | ( | ) | const |
std::vector<std::int32_t> Internal::Model::GetVerticesZ | ( | ) | const |