|
Serious Sam's Bogus Detour
2016/06/09
Engine documentation
|
Classes | |
| class | ScenarioStartLevel |
| class | ScenarioModification |
| class | ScenarioInfo |
| class ScenarioStartLevel |
| class ScenarioModification |
Public Member Functions | |
| ScenarioModificationVisual | GetVisual () |
| string | GetID () |
| string | GetName () |
| string | GetLockedBy () |
| bool | GetDefaultOn () |
| string | GetRadioGroup () |
| bool ScenarioModification::GetDefaultOn | ( | ) |
| string ScenarioModification::GetID | ( | ) |
| string ScenarioModification::GetLockedBy | ( | ) |
| string ScenarioModification::GetName | ( | ) |
| string ScenarioModification::GetRadioGroup | ( | ) |
| ScenarioModificationVisual ScenarioModification::GetVisual | ( | ) |
| class ScenarioInfo |
Public Member Functions | |
| TempTexture2D * | LoadLogos () |
| string | GetID () |
| string | GetName () |
| string | GetTag () |
| string | GetDescription () |
| bool | Multiplayer () |
| bool | Official () |
| bool | Packaged () |
| bool | Workshop () |
| array< ScenarioStartLevel * > * | GetStartLevels () |
| array< ScenarioModification * > * | GetModifications () |
| int32 | MinPlayers () |
| int32 | MaxPlayers () |
| string ScenarioInfo::GetDescription | ( | ) |
| string ScenarioInfo::GetID | ( | ) |
| array<ScenarioModification*>* ScenarioInfo::GetModifications | ( | ) |
| string ScenarioInfo::GetName | ( | ) |
| array<ScenarioStartLevel*>* ScenarioInfo::GetStartLevels | ( | ) |
| string ScenarioInfo::GetTag | ( | ) |
| TempTexture2D* ScenarioInfo::LoadLogos | ( | ) |
| int32 ScenarioInfo::MaxPlayers | ( | ) |
| int32 ScenarioInfo::MinPlayers | ( | ) |
| bool ScenarioInfo::Multiplayer | ( | ) |
| bool ScenarioInfo::Official | ( | ) |
| bool ScenarioInfo::Packaged | ( | ) |
| bool ScenarioInfo::Workshop | ( | ) |
1.8.11