Skip to content

UserProfile

Anthony Headley edited this page May 4, 2020 · 1 revision

UserProfile Data Object

Brief:

This object represents the data for the selected UserProfile.

This may not be an extensive list of properties.

The property name can be refered as follows: Function(x).Name

  • Function(x)["Name"]

If the property name starts with a digit, contains a space or is a reserved word you must use the ["Property"] syntax. See Section 2.1 of the Lua manual for more information

Properties:

Name Type Description
:Parent() UserProfiles
:GetClass() string "UserProfile"
:Children()
Lock string
Name string "UserProfile"
DMXReadout string (int or string) Returns a string, can send a string or int, 0 = "Hex8", 1 = "Hex16", 2 = "Hex24", 3 = "Dec8", 4 = "Dec16", 5 = "Dec24", 6 = "Percent".
NormalValue number 24 bit number
ValueReadout string (intor string) Returns a string, can send a string or int, 0 = "Hex8", 1 = "Hex16", 2 = "Hex24", 3 = "Dec8", 4 = "Dec16", 5 = "Dec24", 6 = "Percent".
SpeedReadout string (int or string) 0 = "Hertz", 1 = "BMP", 2 = "Seconds"
PresetReadout string (int or string) 0 = "Preset", 1 = "Value", 2 = "Both"
WheelResolution string (int or string) 0 = "Corse", 1 = "Normal", 2 = "Fine"
WheelMode string (int or string) 0 = "Additive", 1 = "Incremental", 2 = "Prop.+", 3 = "Prop.-"
PerciseEdit boolean ⚠ Returns Nil, can't set, seems broken in 1.1.3.2
SingleStep boolean (int or string) 0 = "No", 1 = "Yes"
Sync boolean (int or string) 0 = "No", 1 = "Yes"
Preview boolean (int or string) 0 = "No", 1 = "Yes"
ScreenEncoder boolean (int or string) 0 = "No", 1 = "Yes"
TimeKeyTarget boolean (int or string) 0 = false = "Cue"; 1 = true = "Fixture" ;
ProgPart ProgPart
TCSlot number Must be a number between 1 and 8
OverlayFade number Must be a number between 0 and 1000

Children:

[1] Selection
[2] Programmer
[3] EncoderPages
[4] CameraPool
[5] WindowTypes
[6] ViewPool
[7] StorePreferences
[8] ExecFixation
[9] ExecSelection
[10] SpecialExecs
[11] TemporaryWindowSettings
[12] StepCreator
[13] SmartViewPool
[14] Variables
[15] GridContentFilterSettings
[16] AtFilter
[17] ScreenConfigurations
[18] LayoutElementDefaultsCollect
[19] KeyboarsShortcuts
Clone this wiki locally