My program doesn't have bugs. It just develops random features.

UE1:UWindowCheckbox (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowButton >> UWindowCheckbox
Package: 
UWindow
This class in other games:
U1, UT

UWindowCheckbox - a checkbox

Properties[edit]

bChecked[edit]

Type: bool


Instance functions[edit]

BeforePaint[edit]

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowButton.BeforePaint


LMouseUp[edit]

function LMouseUp (float X, float Y)

Overrides: UWindowWindow.LMouseUp


Paint[edit]

function Paint (Canvas C, float X, float Y)

Overrides: UWindowButton.Paint