๐ฉattachpar
CLIENT
:attachpar(
แตแตโฟแตหก parent, แตแตแตหก bNoDestroy)
โธ Parameters
pnl
parent
parent panel to attach child to
bool
bNoDestroy
determines if parent panel not destroyable
โธ Description
Attaches a child panel to the parent. Only works with specialized rlib panels such as rlib.ui.overlay which have func PANEL:Attach( )
โธ Notes
Opposite of uclass.attach( )
โธ Example
Last updated