Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGoll committed Feb 6, 2025
1 parent eb27f4f commit 6986a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ end
-- @return boolean Corner radius state for the top right corner
-- @return boolean Corner radius state for the bottom left corner
-- @return boolean Corner radius state for the bottom right corner
-- @realm client
function PANEL:GetCornerRadius()
return self.m_bCornerRadiusTopLeft or false,
self.m_bCornerRadiusTopRight or false,
Expand Down
1 change: 1 addition & 0 deletions lua/ttt2/libraries/none.lua
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ end
---
-- Returns the metatable of the base class if a baseclass exists of this panel.
-- Can be used to call functions on the base.
-- @param string name The name of the DPanel class
-- @return Panel The base class meta table
-- @realm shared
function DBase(name)
Expand Down

0 comments on commit 6986a37

Please sign in to comment.