Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ValueAttributeDynamicDescription.c File Reference

Go to the source code of this file.

Classes

class  SCR_ValueAttributeDynamicDescription

Enumerations

enum  EAttributeValueDynamicDescription {
  LESS_THAN = 0 , LESS_OR_EQUAL_THAN = 1 , EQUAL_TO = 2 , GREATER_THAN = 3 ,
  GREATER_OR_EQUAL_THAN = 4 , NOT_EQUAL_TO = 5
}

Enumeration Type Documentation

◆ EAttributeValueDynamicDescription

Enumerator
LESS_THAN 
LESS_OR_EQUAL_THAN 
EQUAL_TO 
GREATER_THAN 
GREATER_OR_EQUAL_THAN 
NOT_EQUAL_TO 

Definition at line 96 of file SCR_ValueAttributeDynamicDescription.c.