Python Script Engine  8.2
GL Studio Editor Python Script API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
CustomAttributeInfo Struct Reference

Public Attributes

String attributeName
 
String displayName
 
String groupName
 
String className
 
String description
 
String propType
 
String prevVal
 
bool shouldDisplay
 
String propSource
 

Detailed Description

Structure for info on extra property connections.

  • 'propType' may be: utf8_filepath, utf8_multiline, boolean, color4ub, int32, float32, uint32, texture_index, vec2f, vec3f, ascii, or child_index
  • 'propSource' may be: Alternate Class, Catalyzer, Component, or Indeterminable

Member Data Documentation

◆ attributeName

String CustomAttributeInfo::attributeName

Also known as "internal name" and "ID".

◆ className

String CustomAttributeInfo::className

The class/type that the property is associated with.

◆ description

String CustomAttributeInfo::description

Description of the object in the Object Properties window.

◆ displayName

String CustomAttributeInfo::displayName

Name in the Object Properties window.

◆ groupName

String CustomAttributeInfo::groupName

Header/Category in the Objects Properties window that the object is nested under.

◆ prevVal

String CustomAttributeInfo::prevVal

The value of the Catalyzer, Alt.

Class, or Component

◆ propSource

String CustomAttributeInfo::propSource

Source that the property originates from.

◆ propType

String CustomAttributeInfo::propType

Data type of the object.

◆ shouldDisplay

bool CustomAttributeInfo::shouldDisplay

Whether the property should appear in the Object Properties window.


The documentation for this struct was generated from the following file: