Python Script Engine  8.1
GL Studio Editor Python Script API
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

String CustomAttributeInfo::attributeName

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

String CustomAttributeInfo::className

The class/type that the property is associated with.

String CustomAttributeInfo::description

Description of the object in the Object Properties window.

String CustomAttributeInfo::displayName

Name in the Object Properties window.

String CustomAttributeInfo::groupName

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

String CustomAttributeInfo::prevVal

The value of the Catalyzer, Alt.

Class, or Component

String CustomAttributeInfo::propSource

Source that the property originates from.

String CustomAttributeInfo::propType

Data type of the object.

bool CustomAttributeInfo::shouldDisplay

Whether the property should appear in the Object Properties window.


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