-
Notifications
You must be signed in to change notification settings - Fork 17
panel_base_property
CapsAdmin edited this page Dec 9, 2017
·
4 revisions
- panel_base_property:CancelEditing()
- panel_base_property:CreateObject(meta, override, skip_gc_callback)
- panel_base_property:Decode(str)
- panel_base_property:Encode(var)
- panel_base_property:GetDefaultValue()
- panel_base_property:GetEncodedValue()
- panel_base_property:GetValue()
- panel_base_property:Initialize()
- panel_base_property:OnClick()
- panel_base_property:OnLayout(S)
- panel_base_property:OnMouseInput(button, press)
- panel_base_property:OnPress()
- panel_base_property:OnUpdate()
- panel_base_property:OnValueChangedInternal(val)
- panel_base_property:OnValueChanged(val)
- panel_base_property:SetDefaultValue(var)
- panel_base_property:SetEncodedValue(str)
- panel_base_property:SetSpecialCallback(callback)
- panel_base_property:SetValue(val, skip_internal)
- panel_base_property:StartEditing()
- panel_base_property:StopEditing()