|
Vigilante Game Framework
1.0.0.8
A 2D/3D C++ Game Framework using SFML.
|
This is the complete list of members for VGroup, including all inherited members.
| active | VBase | |
| Add(VBase *object) | VGroup | |
| alive | VBase | |
| Clear() | VGroup | |
| CountAlive(bool Recursive=false) | VGroup | |
| CountDead(bool Recursive=false) | VGroup | |
| Destroy() override | VGroup | virtual |
| Draw(sf::RenderTarget &RenderTarget) override | VGroup | virtual |
| exists | VBase | |
| FirstAlive() | VGroup | |
| FirstAvailable() | VGroup | |
| FirstDead() | VGroup | |
| FirstExisting() | VGroup | |
| FirstNULL() | VGroup | |
| ForEach(std::function< void(VBase *)> function, bool recursive=false) | VGroup | |
| ForEachAlive(std::function< void(VBase *)> function, bool recursive=false) | VGroup | |
| ForEachDead(std::function< void(VBase *)> function, bool recursive=false) | VGroup | |
| ForEachExists(std::function< void(VBase *)> function, bool recursive=false) | VGroup | |
| GetGroupItem(int index) | VGroup | |
| GetGroupItemAsType(int index) | VGroup | inline |
| GetIndexOfItem(VBase *object) | VGroup | |
| GetRandom(int min=0, int max=0) | VGroup | |
| Kill() override | VGroup | virtual |
| length | VGroup | protected |
| Length() | VGroup | |
| MaxSize | VGroup | protected |
| members | VGroup | protected |
| OrganiseNULLS() | VGroup | |
| RefCount | VBase | |
| Remove(VBase *object, bool splice=false) | VGroup | |
| Reverse() | VGroup | |
| Revive() override | VGroup | virtual |
| Sort(std::function< bool(VBase *, VBase *)> func) | VGroup | |
| Swap(int a, int b) | VGroup | |
| type | VBase | |
| Update(float dt) override | VGroup | virtual |
| VBase() (defined in VBase) | VBase | inline |
| VClearLog() | VBase | static |
| VGroup(unsigned int maxSize=0) | VGroup | inline |
| visible | VBase | |
| VLog(const char *fmt,...) | VBase | static |
| VLogError(const char *fmt,...) | VBase | static |
| VString(const char *fmt,...) | VBase | static |
| VSUPERCLASS typedef | VGroup | |
| ~VBase() (defined in VBase) | VBase | inlinevirtual |
1.8.14