|
| typedef int | RoR::ActorInstanceID_t |
| | Unique sequentially generated ID of an actor in session. Use ActorManager::GetActorById()
|
| |
| typedef int | RoR::ScriptUnitID_t |
| | Unique sequentially generated ID of a loaded and running scriptin session. Use ScriptEngine::getScriptUnit()
|
| |
| typedef int | RoR::PointidID_t |
| | index to PointColDetector::hit_pointid_list, use RoR::POINTIDID_INVALID as empty value.
|
| |
| typedef int | RoR::RefelemID_t |
| | index to PointColDetector::m_ref_list, use RoR::REFELEMID_INVALID as empty value.
|
| |
| typedef int | RoR::CacheEntryID_t |
| | index to CacheSystem::m_cache_entries, use RoR::CACHEENTRYNUM_INVALID as empty value.
|
| |
| typedef uint16_t | RoR::NodeNum_t |
| | Node position within Actor::ar_nodes; use RoR::NODENUM_INVALID as empty value.
|
| |
| typedef int | RoR::WheelID_t |
| | Index to Actor::ar_wheels, use RoR::WHEELID_INVALID as empty value.
|
| |
| typedef int | RoR::PropID_t |
| | Index to GfxActor::m_props, use RoR::PROPID_INVALID as empty value.
|
| |
| typedef int | RoR::FlexbodyID_t |
| | Index to GfxActor::m_flexbodies, use RoR::FLEXBODYID_INVALID as empty value.
|
| |
| typedef int | RoR::FreeForceID_t |
| | Unique sequentially generated ID of FreeForce; use ActorManager::GetFreeForceNextId().
|
| |
| typedef int | RoR::FlareID_t |
| | Index into Actor::ar_flares, use RoR::FLAREID_INVALID as empty value.
|
| |
| typedef int | RoR::ExhaustID_t |
| | Index into GfxActor::m_exhausts, use RoR::EXHAUSTID_INVALID as empty value.
|
| |
| typedef int | RoR::CParticleID_t |
| | Index into GfxActor::m_cparticles, use RoR::CPARTICLEID_INVALID as empty value.
|
| |
| typedef int | RoR::CineCameraID_t |
| | Index into Actor::ar_cinecam_node and Actor::ar_camera_node_* arrays; use RoR::CINECAMERAID_INVALID as empty value.
|
| |
| typedef int | RoR::CommandkeyID_t |
| | Index into Actor::ar_commandkeys (BEWARE: indexed 1-MAX_COMMANDKEYS, 0 is invalid value, negative subscript of any size is acceptable, see class CmdKeyArray ).
|
| |
| typedef int | RoR::VideoCameraID_t |
| | Index into GfxActor::m_videocameras, use RoR::VIDEOCAMERAID_INVALID as empty value.
|
| |
| typedef int | RoR::ScriptRetCode_t |
| | see enum RoR::ScriptRetCode - combines AngelScript codes and RoR internal codes.
|
| |
| typedef int | RoR::TerrainEditorObjectID_t |
| | Offset into RoR::TerrainObjectManager::m_editor_objects, use RoR::TERRAINEDITOROBJECTID_INVALID as empty value.
|
| |
| typedef int | RoR::FreeBeamGfxID_t |
| | Index into GfxScene::m_gfx_freebeams, use RoR::FREEBEAMGFXID_INVALID as empty value.
|
| |
| typedef int | RoR::BuoyCachedNodeID_t |
| |
| typedef int | RoR::RepoFileInstallRequestID_t |
| | Unique sequentially generated ID of a repository item installation request; use GUI::RepositorySelector::GetNextInstallRequestId().
|
| |
| typedef std::shared_ptr< ODefDocument > | RoR::ODefDocumentPtr |
| |
| typedef std::shared_ptr< OTCDocument > | RoR::OTCDocumentPtr |
| |
| typedef std::shared_ptr< SkinDocument > | RoR::SkinDocumentPtr |
| |
| typedef std::shared_ptr< TObjDocument > | RoR::TObjDocumentPtr |
| |
| typedef std::shared_ptr< Terrn2Document > | RoR::Terrn2DocumentPtr |
| |
| typedef RefCountingObjectPtr< Actor > | RoR::ActorPtr |
| |
| typedef RefCountingObjectPtr< AeroEngine > | RoR::AeroEnginePtr |
| |
| typedef RefCountingObjectPtr< Autopilot > | RoR::AutopilotPtr |
| |
| typedef RefCountingObjectPtr< CacheEntry > | RoR::CacheEntryPtr |
| |
| typedef RefCountingObjectPtr< DashBoardManager > | RoR::DashBoardManagerPtr |
| |
| typedef RefCountingObjectPtr< Engine > | RoR::EnginePtr |
| |
| typedef RefCountingObjectPtr< GenericDocument > | RoR::GenericDocumentPtr |
| |
| typedef RefCountingObjectPtr< GenericDocContext > | RoR::GenericDocContextPtr |
| |
| typedef RefCountingObjectPtr< LocalStorage > | RoR::LocalStoragePtr |
| |
| typedef RefCountingObjectPtr< ProceduralPoint > | RoR::ProceduralPointPtr |
| |
| typedef RefCountingObjectPtr< ProceduralObject > | RoR::ProceduralObjectPtr |
| |
| typedef RefCountingObjectPtr< ProceduralRoad > | RoR::ProceduralRoadPtr |
| |
| typedef RefCountingObjectPtr< ProceduralManager > | RoR::ProceduralManagerPtr |
| |
| typedef RefCountingObjectPtr< Screwprop > | RoR::ScrewpropPtr |
| |
| typedef RefCountingObjectPtr< Sound > | RoR::SoundPtr |
| |
| typedef RefCountingObjectPtr< SoundScriptInstance > | RoR::SoundScriptInstancePtr |
| |
| typedef RefCountingObjectPtr< SoundScriptTemplate > | RoR::SoundScriptTemplatePtr |
| |
| typedef RefCountingObjectPtr< Terrain > | RoR::TerrainPtr |
| |
| typedef RefCountingObjectPtr< TerrainEditorObject > | RoR::TerrainEditorObjectPtr |
| |
| typedef RefCountingObjectPtr< TuneupDef > | RoR::TuneupDefPtr |
| |
| typedef RefCountingObjectPtr< VehicleAI > | RoR::VehicleAIPtr |
| |
| typedef std::vector< ActorPtr > | RoR::ActorPtrVec |
| |
| typedef std::vector< TerrainEditorObjectPtr > | RoR::TerrainEditorObjectPtrVec |
| |
| typedef std::vector< CacheEntryPtr > | RoR::CacheEntryPtrVec |
| |
| typedef std::shared_ptr< Document > | RigDef::DocumentPtr |
| |