[RLVa] Skeleton for implementation of RLV 2.9 features.
This commit is contained in:
@@ -206,6 +206,18 @@ enum ERlvBehaviour {
|
||||
RLV_BHVR_DETACHALLTHIS, // "detachallthis"
|
||||
RLV_BHVR_DETACHALLTHISEXCEPT, // "detachallthis_except"
|
||||
RLV_BHVR_ADJUSTHEIGHT, // "adjustheight"
|
||||
RLV_BHVR_CAMZOOMMAX, // "camzoommax"
|
||||
RLV_BHVR_CAMZOOMMIN, // "camzoommin"
|
||||
RLV_BHVR_CAMDISTMAX, // "camdistmax"
|
||||
RLV_BHVR_CAMDISTMIN, // "camdistmin"
|
||||
RLV_BHVR_CAMDRAWMAX, // "camdrawmax"
|
||||
RLV_BHVR_CAMDRAWMIN, // "camdrawmin"
|
||||
RLV_BHVR_CAMDRAWALPHAMAX, // "camdrawalphamax"
|
||||
RLV_BHVR_CAMDRAWALPHAMIN, // "camdrawalphamin"
|
||||
RLV_BHVR_CAMDRAWCOLOR, // "camdrawcolor"
|
||||
RLV_BHVR_CAMUNLOCK, // "camunlock"
|
||||
RLV_BHVR_CAMAVDIST, // "camavdist"
|
||||
RLV_BHVR_CAMTEXTURES, // "camtextures"
|
||||
RLV_BHVR_TPTO, // "tpto"
|
||||
RLV_BHVR_VERSION, // "version"
|
||||
RLV_BHVR_VERSIONNEW, // "versionnew"
|
||||
|
||||
Reference in New Issue
Block a user