PCG-FPS  v2 m0.22.4
Simple First Person Shooter with Procedurally Generated Level
Public Member Functions | Public Attributes | List of all members
skr::fps2::Game::Completed Class Reference

holds target completion More...

#include <Game.h>

Public Member Functions

 Completed (uint32_t id)
 constructor More...
 

Public Attributes

uint32_t _targetId
 id of target More...
 
bool _completed
 true if compelted, otherwise false More...
 

Detailed Description

holds target completion

Constructor & Destructor Documentation

◆ Completed()

skr::fps2::Game::Completed::Completed ( uint32_t  id)

constructor

Parameters
idid of target

Member Data Documentation

◆ _completed

bool skr::fps2::Game::Completed::_completed

true if compelted, otherwise false

◆ _targetId

uint32_t skr::fps2::Game::Completed::_targetId

id of target


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