VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtShowHideContext.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 namespace makVrv
13 {
15  {
16  public:
18  {
30  Invisible, // This differs from InstanceHidden in that this is set in
31  // reference to the VR-Forces notion of an object being
32  // invisible to both the front-end and back-end. Like any
33  // other show/hide context, set this to make sure the element
34  // remains hidden until this (and all other contexts) are removed
35  OccupantHidden, // Hide or show occupant of specific vehicle (with
36  // flag 'attachvisualelement')
37  GlobalOccupantHidden, // Hide or show occupant of all vehicles (with flag 'attachvisualelement'
38  EntityDestroyed, // Hide occupant of vehicle when vehicle is destroyed
39  // (and occupant has flag 'attachvisualelement')
40  UserBase = 10000
41  };
42  };
43 }
Definition: DtShowHideContext.h:19
Definition: DtShowHideContext.h:40
Definition: DtShowHideContext.h:14
Definition: DtShowHideContext.h:37
ShowHideContext
Definition: DtShowHideContext.h:17
Definition: DtShowHideContext.h:26
Definition: DtShowHideContext.h:29
Definition: DtShowHideContext.h:30
Definition: DtShowHideContext.h:24
Definition: DtShowHideContext.h:23
Definition: DtShowHideContext.h:20
Definition: DtShowHideContext.h:22
Definition: DtShowHideContext.h:28
Definition: DtShowHideContext.h:35
Definition: DtShowHideContext.h:27
Definition: DtShowHideContext.h:38

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)