CryEngine.Attributes

CryEngine.Attributes Namespace Reference

Classes

class ConsoleCommandAttribute
Attribute to define a method as a console command. More...
class ConsoleCommandAttributeManager
class ConsoleCommandConfigurationException
Thrown when Console Command Attributes are applied wrongly More...
class ConsoleVariableAttribute
The base class for Console Variable attributes. Cannot be used by user More...
class ConsoleVariableAttributeFloatProperty
Property for a console variable of type float. More...
class ConsoleVariableAttributeInteger64Property
Property for a console variable of type long. More...
class ConsoleVariableAttributeIntegerProperty
Property for a console variable of type int. More...
class ConsoleVariableAttributeManager
Responsible to registration, processing and validation of console variable attributes. Currently there are 4 types of console variable attributes.
class ConsoleVariableAttributeStringProperty
Property for a console variable of type string. More...
class ConsoleVariableConfigurationException
Thrown when Console Variable Attributes are configured wrongly More...
class ConsoleVariableFloatAttribute
Used to create console variables with a value of type float. More...
class ConsoleVariableInteger64Attribute
class ConsoleVariableIntegerAttribute
Used to create console variables with a value of type int. More...
class ConsoleVariableStringAttribute
Used to create console variables with a value of type string. More...
class IconPathAttribute