|
Fission FSN
|
#include <gfCHogRunningOrder.h>

Public Member Functions | |
| gfCHogRunningOrder (const fsCResourceName &pFilename) | |
| ~gfCHogRunningOrder () | |
| Public Member Functions inherited from fsIRunningOrder | |
| void | replace (const std::vector< fsStr > &pNewOrder) |
| const std::vector< fsStr > & | rawSequenceGet () const |
| fsBool | guiModeGet () const |
| const VarTableMap * | resolvedSceneConfigGet (const fsStr &pSceneName) const |
| fsS32 | levelCountGet () const |
| fsS32 | currLevelPosGet () const |
| const fsStr & | firstLocationGet () const |
| void | gameContinue () |
| void | newGameStart () |
| void | singleLevel () |
| const fsStr & | nextLocationGet () const |
| void | levelCompleteSet () |
| void | nextLocationSet (const fsStr &pNextLocation) |
| fsStr | nextLocationGet (const fsStr &pCurrentLocation) const |
| fsBool | nextLocationReady () const |
| void | nextLocationClear () |
| fsIRunningOrder (const fsCResourceName &pFilename, fsBool pMapNavigationUsed=false) | |
| virtual | ~fsIRunningOrder () |
Protected Member Functions | |
| void | replaceDo (const std::vector< fsStr > &pNewOrder) override |
| void | sequenceCheckDo () const override |
| std::vector< fsStr >::const_iterator | currentLevelIteratorGetDo (const fsStr &pCurrentLocation) const override |
| void | nextLocationSetDo (const fsStr &pNextLocation) override |
| void | newGameStartDo () override |
| fsStr | nextLocationGetDo (const fsStr &pCurrentLocation) const override |
| void | gameContinueDo () override |
| Protected Member Functions inherited from fsIRunningOrder | |
| fsBool | loopsCheck () const |
| void | sequenceCheck () |
| std::vector< fsStr >::const_iterator | currentLevelIteratorGet (const fsStr &pCurrentLocation) const |
Additional Inherited Members | |
| Static Public Attributes inherited from fsIRunningOrder | |
| static const fsStr | mMapDestinationPrefix |
| Protected Attributes inherited from fsIRunningOrder | |
| std::vector< fsStr > | mSequence |
| fsStr | mCurrentLocation |
| fsStr | mNextLocation |
| fsBool | mHasLoops = false |
| gfCHogRunningOrder::gfCHogRunningOrder | ( | const fsCResourceName & | pFilename | ) |
| gfCHogRunningOrder::~gfCHogRunningOrder | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from fsIRunningOrder.
|
overrideprotectedvirtual |
Implements fsIRunningOrder.
|
overrideprotectedvirtual |
Reimplemented from fsIRunningOrder.
|
overrideprotectedvirtual |
Reimplemented from fsIRunningOrder.
|
overrideprotectedvirtual |
Reimplemented from fsIRunningOrder.
|
overrideprotectedvirtual |
Implements fsIRunningOrder.
|
overrideprotectedvirtual |
Reimplemented from fsIRunningOrder.